AttributeValue Class |
Namespace: Lithnet.ResourceManagement.Client
The AttributeValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttributeValue |
This method has not been implemented
|
Name | Description | |
---|---|---|
![]() | Attribute |
Gets the attribute that represents the values in this collection
|
![]() | AttributeName |
Gets the name of the attribute
|
![]() | BinaryValue |
Gets the value of a single-valued attribute as a byte array
|
![]() | BinaryValues |
Gets the values of a multivalued attribute as a collection of byte array values
|
![]() | BooleanValue |
Gets the value of a single-valued attribute as a boolean value
|
![]() | DateTimeValue |
Gets the value of a single-valued attribute as a DateTime value
|
![]() | DateTimeValues |
Gets the values of a multivalued attribute as a collection of DateTime values
|
![]() | IntegerValue |
Gets the value of a single-valued attribute as a 64-bit integer
|
![]() | IntegerValues |
Gets the values of a multivalued attribute as a collection of 64-bit integer values
|
![]() | IsNull |
Gets a value indicating whether the value is null or empty
|
![]() | PermissionHint |
Gets the permissions the user has on this attribute, if they are known. Permission hints can only be obtained with a Get request
|
![]() | ReferenceValue |
Gets the value of a single-valued attribute as a reference value
|
![]() | ReferenceValues |
Gets the values of a multivalued attribute as a collection of reference values
|
![]() | StringValue |
Gets the value of a single-valued attribute as a string
|
![]() | StringValues |
Gets the values of a multivalued attribute as a collection of string values
|
![]() | Value |
Gets or sets the raw value of the attribute
|
![]() | ValueChanges |
Gets a list of pending value changes for this attribute
|
![]() | Values |
Gets the raw values of the attribute
|
![]() | ValuesAsString |
Gets the values of the attribute as a collection of string values
|
Name | Description | |
---|---|---|
![]() | AddValue |
Add the specified value to the collection of values of a multivalued attribute, or sets the value of a single-valued attribute
|
![]() | Equals |
Tests the current attribute value collection for equality with another object
(Overrides ObjectEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Gets the hash code for this object
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | HasValue |
Returns a value indicating whether the specified value is present on this attribute
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveValue |
Removes a specific value from an attribute
|
![]() | RemoveValues |
Removes all values from the attribute
|
![]() | SetValue |
Sets the value of the attribute, overwriting any existing values present on the object
|
![]() | ToString |
Returns the values of this object as a comma separated string
(Overrides ObjectToString.) |
![]() | UndoChanges |
Reverts any changes made to the attribute values, restoring them to their initial state
|
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares the values within an AttributeValue object for equality with another object
|
![]() ![]() | Inequality |
Compares the values within an AttributeValue object for non-equality with another object
|