GetTextFreeField Class

Retrieves the String value of a IFreeFields

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers.GetData
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
internal sealed class GetTextFreeField : NodeBase
Inheritance
Object    NodeBase    GetTextFreeField

Constructors

GetTextFreeField Default constructor.

Exceptions

InvalidOperationExceptionThrown if the company the node is running for doesn't use IFreeFields. Can also be thrown if the selected String 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