C# Class MD.CloudConnect.Data.TrackingData

Inheritance: ITracking
Afficher le fichier Open project: mobile-devices/cloudconnect_dotnet_client Class Usage Examples

Méthodes publiques

Свойство Type Description
location double[]

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ContainsField ( string fieldName ) : bool
GetFieldAsBool ( string fieldName ) : bool
GetFieldAsInt ( string fieldName ) : int
GetFieldAsString ( string fieldName ) : string
GetFieldsPresent ( ) : string[]

Method Details

ContainsField() public méthode

public ContainsField ( string fieldName ) : bool
fieldName string
Résultat bool

GetFieldAsBool() public méthode

public GetFieldAsBool ( string fieldName ) : bool
fieldName string
Résultat bool

GetFieldAsInt() public méthode

public GetFieldAsInt ( string fieldName ) : int
fieldName string
Résultat int

GetFieldAsString() public méthode

public GetFieldAsString ( string fieldName ) : string
fieldName string
Résultat string

GetFieldsPresent() public méthode

public GetFieldsPresent ( ) : string[]
Résultat string[]

Property Details

location public_oe property

public double[] location
Résultat double[]