Table of Contents

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

personId Guid
personField PersonField
value string

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public string Value { get; set; }

Property Value

string