Property | Type | Description | |
---|---|---|---|
attributes | Object>.Dictionary | ||
inheritsAttributes | bool | ||
preparedAttributeValues | List |
Method | Description | |
---|---|---|
Clone ( ) : object | ||
addAttribute ( String key, Object value ) : void | ||
addAttributes ( Object>.Dictionary |
||
getAttribute ( String key ) : String | ||
getAttributes ( ) : Object>.Dictionary |
Method | Description | |
---|---|---|
mergeInheritedAttributes ( JadeModel model ) : Object>.Dictionary |
Method | Description | |
---|---|---|
addAttribute ( Object>.Dictionary |
||
attributeValueToString ( Object value ) : String |
public addAttribute ( String key, Object value ) : void | ||
key | String | |
value | Object | |
return | void |
public addAttributes ( Object>.Dictionary |
||
attributeMap | Object>.Dictionary | |
return | void |
public getAttributes ( ) : Object>.Dictionary |
||
return | Object>.Dictionary |
protected mergeInheritedAttributes ( JadeModel model ) : Object>.Dictionary |
||
model | JadeModel | |
return | Object>.Dictionary |