Table of Contents

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

personId Guid
personField PersonField
value int?

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public int? Value { get; set; }

Property Value

int?