Table of Contents

Class UserFieldIntModified

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class UserFieldIntModified : Change, IChange
Inheritance
UserFieldIntModified
Implements
Inherited Members
Extension Methods

Constructors

UserFieldIntModified(UserField, int?)

public UserFieldIntModified(UserField userField, int? value)

Parameters

userField UserField
value int?

Properties

UserField

public UserField UserField { get; set; }

Property Value

UserField

Value

public int? Value { get; set; }

Property Value

int?