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
standardIdGuidstandardFieldStandardFieldvaluedecimal?
Properties
Field
public StandardField Field { get; set; }
Property Value
Value
public decimal? Value { get; set; }