Table of Contents

Class StandardFieldDecimalModified

Namespace
InSite.Domain.Standards
Assembly
Shift.Sdk.dll
public class StandardFieldDecimalModified : Change, IChange
Inheritance
StandardFieldDecimalModified
Implements
Inherited Members
Extension Methods

Constructors

StandardFieldDecimalModified(StandardField, decimal?)

public StandardFieldDecimalModified(StandardField field, decimal? value)

Parameters

field StandardField
value decimal?

Properties

Field

public StandardField Field { get; }

Property Value

StandardField

Value

public decimal? Value { get; }

Property Value

decimal?