Table of Contents

Class PersonFieldBoolModified

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

Constructors

PersonFieldBoolModified(PersonField, bool?)

public PersonFieldBoolModified(PersonField personField, bool? value)

Parameters

personField PersonField
value bool?

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public bool? Value { get; set; }

Property Value

bool?