Свойство | Type | Description | |
---|---|---|---|
CreateOrGetAttribute | |||
OnPropertyChanged | void |
Méthode | Description | |
---|---|---|
ElasticExpandoObject ( ) : System | ||
ElasticExpandoObject ( object objToWrap ) : System | ||
ElasticExpandoObject ( object value, |
||
ElasticExpandoObject ( string name ) : System | ||
GetDynamicMemberNames ( ) : IEnumerable |
||
TryBinaryOperation ( |
Catch a binary operation
|
|
TryGetIndex ( |
Handle the indexer operations
|
|
TryGetMember ( |
Catch a get member invocation
|
|
TryInvokeMember ( System binder, object args, object &result ) : bool | ||
TrySetMember ( |
Catch a set member invocation
|
|
TryUnaryOperation ( |
Try the unary operation.
|
Méthode | Description | |
---|---|---|
CreateOrGetAttribute ( string memberName, object value ) : |
Add a member to this element, with the specified value
|
|
OnPropertyChanged ( string prop ) : void |
public ElasticExpandoObject ( object objToWrap ) : System | ||
objToWrap | object | |
Résultat | System |
public ElasticExpandoObject ( object value, |
||
value | object | |
parent | ||
name | string | |
Résultat | System |
public ElasticExpandoObject ( string name ) : System | ||
name | string | |
Résultat | System |
public GetDynamicMemberNames ( ) : IEnumerable |
||
Résultat | IEnumerable |
public TryBinaryOperation ( |
||
binder | ||
arg | object | |
result | object | |
Résultat | bool |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
Résultat | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
Résultat | bool |
public TryInvokeMember ( System binder, object args, object &result ) : bool | ||
binder | System | |
args | object | |
result | object | |
Résultat | bool |
public TrySetMember ( |
||
binder | ||
value | object | |
Résultat | bool |
public TryUnaryOperation ( |
||
binder | ||
result | object | |
Résultat | bool |