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