Table of Contents

Class StandardFieldBoolModified

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

Constructors

StandardFieldBoolModified(StandardField, bool?)

public StandardFieldBoolModified(StandardField field, bool? value)

Parameters

field StandardField
value bool?

Properties

Field

public StandardField Field { get; }

Property Value

StandardField

Value

public bool? Value { get; }

Property Value

bool?