Property | Type | Description |
---|
Method | Description | |
---|---|---|
AttributeFieldObject ( ) : System |
Initializes a new instance of the AttributeFieldObject class.
|
|
GetAttributeValue ( string key ) : string |
Gets the value of an attribute key.
|
|
GetAttributeValues ( string key ) : List |
Gets the value of an attribute key - splitting that delimited value into a list of strings.
|
|
SetAttributeValue ( string key, string value ) : void |
Sets the value of an attribute key in memory. Note, this will not persist value to database
|
public GetAttributeValue ( string key ) : string | ||
key | string | The key. |
return | string |
public GetAttributeValues ( string key ) : List |
||
key | string | The key. |
return | List |
public SetAttributeValue ( string key, string value ) : void | ||
key | string | The key. |
value | string | The value. |
return | void |