Table of Contents

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

personId Guid
personField PersonField
value DateTime?

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public DateTime? Value { get; set; }

Property Value

DateTime?