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
personIdGuidpersonFieldPersonFieldvaluebool?
Properties
PersonField
public PersonField PersonField { get; set; }
Property Value
Value
public bool? Value { get; set; }
Property Value
- bool?