C# Class MD.CloudConnect.Data.Field

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

Public Methods

Method Description
GetValueAsBool ( ) : bool
GetValueAsInt ( ) : int
GetValueAsString ( ) : string
SetValueAsBool ( bool value ) : void
SetValueAsInt ( int value ) : void
SetValueAsString ( string value ) : void

Method Details

GetValueAsBool() public method

public GetValueAsBool ( ) : bool
return bool

GetValueAsInt() public method

public GetValueAsInt ( ) : int
return int

GetValueAsString() public method

public GetValueAsString ( ) : string
return string

SetValueAsBool() public method

public SetValueAsBool ( bool value ) : void
value bool
return void

SetValueAsInt() public method

public SetValueAsInt ( int value ) : void
value int
return void

SetValueAsString() public method

public SetValueAsString ( string value ) : void
value string
return void