Méthode | Description | |
---|---|---|
Copy ( ) : |
Returns a copy of this object value instance.
|
|
Deserialize ( Byte content ) : |
Creates a new object value from the binary content.
|
|
ObjectValue ( ) : System |
Creates a new instance.
|
|
ObjectValue ( Value>.IDictionary |
Creates a new instance and sets the values.
|
|
ObjectValue ( Object values ) : System |
Creates a new instance and sets the values.
|
|
Perform ( |
The method used by YAMP to get a value from an object.
|
|
Perform ( |
Method used by YAMP to set a value to an object.
|
|
Serialize ( ) : Byte[] |
Converts the given value into binary data.
|
|
ToString ( |
Returns the string content of this instance.
|
|
this ( String key ) : |
Gets or sets the value for the given key.
|
Méthode | Description | |
---|---|---|
RegisterOperators ( ) : void |
Registers the member operator.
|
Méthode | Description | |
---|---|---|
GetValue ( |
||
Intend ( String value ) : String | ||
SetValue ( |
public Deserialize ( Byte content ) : |
||
content | Byte | The data which contains the content. |
Résultat |
public ObjectValue ( Value>.IDictionary |
||
values | Value>.IDictionary | The initial values to use. |
Résultat | System |
public ObjectValue ( Object values ) : System | ||
values | Object | The initial values to use. |
Résultat | System |
public Perform ( |
||
context | The context where this is happening. | |
argument | The key of the value to retrieve. | |
Résultat |
public Perform ( |
||
context | The context where this is happening. | |
argument | The key of the value to retrieve. | |
value | The value to set. | |
Résultat |
public ToString ( |
||
context | The context of the invocation. | |
Résultat | String |