Table of Contents

Class UserFieldTextModified

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

Constructors

UserFieldTextModified(UserField, string)

public UserFieldTextModified(UserField userField, string value)

Parameters

userField UserField
value string

Properties

UserField

public UserField UserField { get; set; }

Property Value

UserField

Value

public string Value { get; set; }

Property Value

string