Table of Contents

Class UserFieldBoolModified

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

Constructors

UserFieldBoolModified(UserField, bool?)

public UserFieldBoolModified(UserField userField, bool? value)

Parameters

userField UserField
value bool?

Properties

UserField

public UserField UserField { get; set; }

Property Value

UserField

Value

public bool? Value { get; set; }

Property Value

bool?