Table of Contents

Class ModifyPersonFieldBool

Namespace
InSite.Application.People.Write
Assembly
Shift.Sdk.dll
public class ModifyPersonFieldBool : Command, ICommand
Inheritance
ModifyPersonFieldBool
Implements
Inherited Members
Extension Methods

Constructors

ModifyPersonFieldBool(Guid, PersonField, bool?)

public ModifyPersonFieldBool(Guid personId, PersonField personField, bool? value)

Parameters

personId Guid
personField PersonField
value bool?

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public bool? Value { get; set; }

Property Value

bool?