Table of Contents

Class PersonFieldIntModified

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

Constructors

PersonFieldIntModified(PersonField, int?)

public PersonFieldIntModified(PersonField personField, int? value)

Parameters

personField PersonField
value int?

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public int? Value { get; set; }

Property Value

int?