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