Class WorkshopModeContent
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class WorkshopModeContent : DataToComponentContent, IBinaryPayload
- Inheritance
-
WorkshopModeContent
- Implements
- Inherited Members
Constructors
WorkshopModeContent()
Initializes a new instance of the WorkshopModeContent class.
public WorkshopModeContent()
WorkshopModeContent(bool)
Initializes a new instance of the WorkshopModeContent class.
public WorkshopModeContent(bool setEnabled)
Parameters
setEnabled
boolIndicates whether the message will enable or disable Workshop Mode
Properties
IsSetToEnable
Gets a value indicating whether Workshop Mode will be enabled by the message.
public bool IsSetToEnable { get; }
Property Value
Methods
Clone()
Create a copy.
public override IBinaryPayload Clone()
Returns
- IBinaryPayload
The cloned instance.
GetData()
Gets the data for the payload.
protected override byte[] GetData()
Returns
- byte[]
The data.