메소드 | 설명 | |
---|---|---|
AddAttribute ( string key, |
||
AddElement ( |
||
Attribute ( string name ) : |
||
ElasticObject ( ) : System | ||
ElasticObject ( string name ) : System | ||
Element ( string name ) : |
||
GetAttributeValue ( string name ) : object | ||
HasAttribute ( string name ) : bool | ||
RemoveAttribute ( string key ) : void | ||
RemoveElement ( |
||
SetAttributeValue ( string name, object obj ) : void | ||
TryBinaryOperation ( |
Interpret the invocation of a binary operation
|
|
TryGetIndex ( |
Handle the indexer operations
|
|
TryGetMember ( |
Catch a get member invocation
|
|
TryInvokeMember ( System binder, object args, object &result ) : bool |
Interpret a method call
|
|
TrySetMember ( |
Catch a set member invocation
|
|
TryUnaryOperation ( |
Try the unary operation.
|
메소드 | 설명 | |
---|---|---|
AddAttribute ( string memberName, object value ) : void | ||
CreateOrGetAttribute ( string memberName, object value ) : |
Add a member to this element, with the specified value
|
|
ElasticObject ( string name, object value ) : System | ||
OnPropertyChanged ( string prop ) : void |
public AddAttribute ( string key, |
||
key | string | |
value | ||
리턴 | void |
public AddElement ( |
||
element | ||
리턴 | void |
public RemoveElement ( |
||
element | ||
리턴 | void |
public SetAttributeValue ( string name, object obj ) : void | ||
name | string | |
obj | object | |
리턴 | void |
public TryBinaryOperation ( |
||
binder | ||
arg | object | |
result | object | |
리턴 | bool |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
리턴 | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
리턴 | bool |
public TryInvokeMember ( System binder, object args, object &result ) : bool | ||
binder | System | |
args | object | |
result | object | |
리턴 | bool |
public TrySetMember ( |
||
binder | ||
value | object | |
리턴 | bool |
public TryUnaryOperation ( |
||
binder | ||
result | object | |
리턴 | bool |