Table of Contents

Class ModifyStandardFieldInt

Namespace
InSite.Application.Standards.Write
Assembly
Shift.Sdk.dll
public class ModifyStandardFieldInt : Command, ICommand
Inheritance
ModifyStandardFieldInt
Implements
Inherited Members
Extension Methods

Constructors

ModifyStandardFieldInt(Guid, StandardField, int?)

public ModifyStandardFieldInt(Guid standardId, StandardField standardField, int? value)

Parameters

standardId Guid
standardField StandardField
value int?

Properties

Field

public StandardField Field { get; set; }

Property Value

StandardField

Value

public int? Value { get; set; }

Property Value

int?