ResourceObject Methods |
The ResourceObject type exposes the following members.
| 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.) |