Table of Contents

Class ModifyStandardFieldDecimal

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

Constructors

ModifyStandardFieldDecimal(Guid, StandardField, decimal?)

public ModifyStandardFieldDecimal(Guid standardId, StandardField standardField, decimal? value)

Parameters

standardId Guid
standardField StandardField
value decimal?

Properties

Field

public StandardField Field { get; set; }

Property Value

StandardField

Value

public decimal? Value { get; set; }

Property Value

decimal?