Table of Contents

Class PersonFieldDateModified

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

Constructors

PersonFieldDateModified(PersonField, DateTime?)

public PersonFieldDateModified(PersonField personField, DateTime? value)

Parameters

personField PersonField
value DateTime?

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public DateTime? Value { get; set; }

Property Value

DateTime?