C# Class MD.CloudConnect.Data.TrackingData

Inheritance: ITracking
Mostrar archivo Open project: mobile-devices/cloudconnect_dotnet_client Class Usage Examples

Public Properties

Property Type Description
location double[]

Private Properties

Property Type Description

Public Methods

Method Description
ContainsField ( string fieldName ) : bool
GetFieldAsBool ( string fieldName ) : bool
GetFieldAsInt ( string fieldName ) : int
GetFieldAsString ( string fieldName ) : string
GetFieldsPresent ( ) : string[]

Method Details

ContainsField() public method

public ContainsField ( string fieldName ) : bool
fieldName string
return bool

GetFieldAsBool() public method

public GetFieldAsBool ( string fieldName ) : bool
fieldName string
return bool

GetFieldAsInt() public method

public GetFieldAsInt ( string fieldName ) : int
fieldName string
return int

GetFieldAsString() public method

public GetFieldAsString ( string fieldName ) : string
fieldName string
return string

GetFieldsPresent() public method

public GetFieldsPresent ( ) : string[]
return string[]

Property Details

location public_oe property

public double[] location
return double[]