Ctrack Maxx API  4.0.4.257
API for ctrack
Properties | List of all members
DCT.CtrackExternalAPI.Model.CustomFields Class Reference

Contains information describing a single custom field in Maxx. More...

Inheritance diagram for DCT.CtrackExternalAPI.Model.CustomFields:
DCT.CtrackExternalAPI.Model.BaseModel

Properties

int EntityID [get, set]
 Unique ID of a driver or vehicle in the Ctrack Database More...
 
string CustomFieldName [get, set]
 The name of the field. More...
 
string CustomFieldValue [get, set]
 The value contained within the field. More...
 
int CustomFieldID [get, set]
 The Id for the custom field. More...
 
int NodeTypeID [get, set]
 Node Type ID the custom field is assocated with. More...
 
string Message [get, set]
 A human readable text description of errors or exceptions More...
 

Detailed Description

Contains information describing a single custom field in Maxx.

Property Documentation

◆ CustomFieldID

int DCT.CtrackExternalAPI.Model.CustomFields.CustomFieldID
getset

The Id for the custom field.

◆ CustomFieldName

string DCT.CtrackExternalAPI.Model.CustomFields.CustomFieldName
getset

The name of the field.

◆ CustomFieldValue

string DCT.CtrackExternalAPI.Model.CustomFields.CustomFieldValue
getset

The value contained within the field.

◆ EntityID

int DCT.CtrackExternalAPI.Model.CustomFields.EntityID
getset

Unique ID of a driver or vehicle in the Ctrack Database

◆ Message

string DCT.CtrackExternalAPI.Model.BaseModel.Message
getsetinherited

A human readable text description of errors or exceptions

◆ NodeTypeID

int DCT.CtrackExternalAPI.Model.CustomFields.NodeTypeID
getset

Node Type ID the custom field is assocated with.