GetBooleanFreeField Class

Retrieves the Boolean value of a IFreeFields

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers.GetData
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
internal sealed class GetBooleanFreeField : NodeBase
Inheritance
Object    NodeBase    GetBooleanFreeField

Constructors

GetBooleanFreeField Default constructor.

Exceptions

InvalidOperationExceptionThrown if the company the node is running for doesn't use IFreeFields. Can also be thrown if the selected Boolean field index to grab isn't 1, 2 or 3.
NullReferenceExceptionCan be thrown if you want to access the free field value that is not being set.

See Also