Method | Description | |
---|---|---|
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 | ||
return | void |
public AddElement ( |
||
element | ||
return | void |
public Attribute ( string name ) : |
||
name | string | |
return |
public Element ( string name ) : |
||
name | string | |
return |
public GetAttributeValue ( string name ) : object | ||
name | string | |
return | object |
public RemoveElement ( ElasticObject element ) : void | ||
element | ElasticObject | |
return | void |
public SetAttributeValue ( string name, object obj ) : void | ||
name | string | |
obj | object | |
return | void |