C# Class MD.CloudConnect.Data.Field

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

Méthodes publiques

Méthode Description
GetValueAsBool ( ) : bool
GetValueAsInt ( ) : int
GetValueAsString ( ) : string
SetValueAsBool ( bool value ) : void
SetValueAsInt ( int value ) : void
SetValueAsString ( string value ) : void

Method Details

GetValueAsBool() public méthode

public GetValueAsBool ( ) : bool
Résultat bool

GetValueAsInt() public méthode

public GetValueAsInt ( ) : int
Résultat int

GetValueAsString() public méthode

public GetValueAsString ( ) : string
Résultat string

SetValueAsBool() public méthode

public SetValueAsBool ( bool value ) : void
value bool
Résultat void

SetValueAsInt() public méthode

public SetValueAsInt ( int value ) : void
value int
Résultat void

SetValueAsString() public méthode

public SetValueAsString ( string value ) : void
value string
Résultat void