Table of Contents

Class ModifyStandardFieldBool

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

Constructors

ModifyStandardFieldBool(Guid, StandardField, bool?)

public ModifyStandardFieldBool(Guid standardId, StandardField standardField, bool? value)

Parameters

standardId Guid
standardField StandardField
value bool?

Properties

Field

public StandardField Field { get; set; }

Property Value

StandardField

Value

public bool? Value { get; set; }

Property Value

bool?