ResourceObject Class |
Namespace: Lithnet.ResourceManagement.Client
The ResourceObject type exposes the following members.
| Name | Description | |
|---|---|---|
| ResourceObject |
Initializes a new instance of the ResourceObject class
|
| Name | Description | |
|---|---|---|
| Attributes |
Gets the collection of attributes and values associated with this object
| |
| DisplayName |
Gets the display name of the object, or null if no display name is present
| |
| HasPermissionHints |
Gets a value indicating if this object has attribute permission hints available
| |
| Locale |
Gets the localization culture of this object
| |
| ModificationType |
Gets the type of modification that will be performed on this object the next time it is saved
| |
| ObjectID |
Gets the object ID for this object
| |
| ObjectType |
Gets the object type definition for this object
| |
| ObjectTypeName |
Gets the object type name of this object
| |
| PendingChanges |
Gets the changes that are pending for this object
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| HasValue |
Gets a value indicating whether the specified attribute is present on the object and has value
| |
| MemberwiseClone | (Inherited from Object.) | |
| Refresh |
Refreshes the object from the Resource Management Service
| |
| Save |
Saves the changes to the Resource Management Service
| |
| Save(Boolean) |
Saves the changes to the Resource Management Service
| |
| ToString |
Gets a string representation of this object
(Overrides ObjectToString.) | |
| UndoChanges |
Reverts the object back to its original state, undoing any pending attribute changes
|
| 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
(Defined by Extensions.) | |
| GetValueOrDefault(String) | Overloaded.
Gets the value of the specified attribute or null if the attribute doesn't exist on the object
(Defined by Extensions.) | |
| GetValueOrDefault(String, Object) | Overloaded.
Gets the value of the specified attribute, or the specified default value if the attribute doesn't exist on the object or it's value is null
(Defined by Extensions.) | |
| HasValue |
Returns a value indicating whether the specified value is present on the specified attribute
(Defined by Extensions.) | |
| RemoveValue |
Removes a specific value from the specified attribute
(Defined by Extensions.) | |
| SetValue |
Sets the value of the specified attribute, overwriting any existing values present on the object
(Defined by Extensions.) |