Table of Contents

Class PersonFieldTextModified

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

Constructors

PersonFieldTextModified(PersonField, string)

public PersonFieldTextModified(PersonField personField, string value)

Parameters

personField PersonField
value string

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public string Value { get; set; }

Property Value

string