Extensions Methods |
The Extensions type exposes the following members.
| 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
| |
| GetValueOrDefault(ResourceObject, String) |
Gets the value of the specified attribute or null if the attribute doesn't exist on the object
| |
| GetValueOrDefault(ResourceObject, String, Object) |
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
| |
| HasValue |
Returns a value indicating whether the specified value is present on the specified attribute
| |
| RemoveValue |
Removes a specific value from the specified attribute
| |
| SetValue |
Sets the value of the specified attribute, overwriting any existing values present on the object
| |
| ToResourceManagementServiceDateFormat(DateTime) |
Converts a date time to the ISO 8601 date string required by the Resource Management Service
| |
| ToResourceManagementServiceDateFormat(DateTime, Boolean) |
Converts a date time to the ISO 8601 date string required by the Resource Management Service
|