메소드 | 설명 | |
---|---|---|
AddAttribute ( string key, |
||
AddElement ( |
||
Attribute ( string name ) : |
||
Element ( string name ) : |
||
GetAttributeValue ( string name ) : object | ||
HasAttribute ( string name ) : bool | ||
RemoveAttribute ( string key ) : void | ||
RemoveElement ( ElasticObject element ) : void | ||
SetAttributeValue ( string name, object obj ) : void |
public AddAttribute ( string key, |
||
key | string | |
value | ||
리턴 | void |
public AddElement ( |
||
element | ||
리턴 | void |
public RemoveElement ( ElasticObject element ) : void | ||
element | ElasticObject | |
리턴 | void |
public SetAttributeValue ( string name, object obj ) : void | ||
name | string | |
obj | object | |
리턴 | void |