Class ModifyPersonFieldInt
- Namespace
- InSite.Application.People.Write
- Assembly
- Shift.Sdk.dll
public class ModifyPersonFieldInt : Command, ICommand
- Inheritance
-
ModifyPersonFieldInt
- Implements
- Inherited Members
- Extension Methods
Constructors
ModifyPersonFieldInt(Guid, PersonField, int?)
public ModifyPersonFieldInt(Guid personId, PersonField personField, int? value)
Parameters
personIdGuidpersonFieldPersonFieldvalueint?
Properties
PersonField
public PersonField PersonField { get; set; }
Property Value
Value
public int? Value { get; set; }
Property Value
- int?