Method | Description | |
---|---|---|
getBinaryValue ( ) : byte[] | ||
getName ( ) : string | ||
getValue ( eTypes type ) : object | ||
getValueBool ( eTypes type ) : bool | ||
getValueInt ( eTypes type ) : int | ||
getValueString ( eTypes type ) : string | ||
setBinaryValue ( byte value ) : void | ||
setName ( string value ) : void | ||
setValue ( eTypes type, object value ) : void | ||
setValue ( object value ) : void |
public getValueString ( eTypes type ) : string | ||
type | eTypes | |
return | string |
public setValue ( eTypes type, object value ) : void | ||
type | eTypes | |
value | object | |
return | void |