Click or drag to resize

AttributeValue Class

Contains the value or values of a specified attribute, and tracks changes made to the values
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientAttributeValue

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class AttributeValue : ISerializable

The AttributeValue type exposes the following members.

Constructors
  NameDescription
Protected methodAttributeValue
This method has not been implemented
Top
Properties
  NameDescription
Public propertyAttribute
Gets the attribute that represents the values in this collection
Public propertyAttributeName
Gets the name of the attribute
Public propertyBinaryValue
Gets the value of a single-valued attribute as a byte array
Public propertyBinaryValues
Gets the values of a multivalued attribute as a collection of byte array values
Public propertyBooleanValue
Gets the value of a single-valued attribute as a boolean value
Public propertyDateTimeValue
Gets the value of a single-valued attribute as a DateTime value
Public propertyDateTimeValues
Gets the values of a multivalued attribute as a collection of DateTime values
Public propertyIntegerValue
Gets the value of a single-valued attribute as a 64-bit integer
Public propertyIntegerValues
Gets the values of a multivalued attribute as a collection of 64-bit integer values
Public propertyIsNull
Gets a value indicating whether the value is null or empty
Public propertyPermissionHint
Gets the permissions the user has on this attribute, if they are known. Permission hints can only be obtained with a Get request
Public propertyReferenceValue
Gets the value of a single-valued attribute as a reference value
Public propertyReferenceValues
Gets the values of a multivalued attribute as a collection of reference values
Public propertyStringValue
Gets the value of a single-valued attribute as a string
Public propertyStringValues
Gets the values of a multivalued attribute as a collection of string values
Public propertyValue
Gets or sets the raw value of the attribute
Public propertyValueChanges
Gets a list of pending value changes for this attribute
Public propertyValues
Gets the raw values of the attribute
Public propertyValuesAsString
Gets the values of the attribute as a collection of string values
Top
Methods
  NameDescription
Public methodAddValue
Add the specified value to the collection of values of a multivalued attribute, or sets the value of a single-valued attribute
Public methodEquals
Tests the current attribute value collection for equality with another object
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Gets the hash code for this object
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodHasValue
Returns a value indicating whether the specified value is present on this attribute
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveValue
Removes a specific value from an attribute
Public methodRemoveValues
Removes all values from the attribute
Public methodSetValue
Sets the value of the attribute, overwriting any existing values present on the object
Public methodToString
Returns the values of this object as a comma separated string
(Overrides ObjectToString.)
Public methodUndoChanges
Reverts any changes made to the attribute values, restoring them to their initial state
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares the values within an AttributeValue object for equality with another object
Public operatorStatic memberInequality
Compares the values within an AttributeValue object for non-equality with another object
Top
See Also