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