Click or drag to resize

Extensions Class

Contains various helper extensions for use with the this library
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientExtensions

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

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddValue
Add the specified value to the collection of values of a multivalued attribute, or sets the value of a single-valued attribute
Public methodStatic memberGetValueOrDefault(ResourceObject, String)
Gets the value of the specified attribute or null if the attribute doesn't exist on the object
Public methodStatic memberGetValueOrDefault(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
Public methodStatic memberHasValue
Returns a value indicating whether the specified value is present on the specified attribute
Public methodStatic memberRemoveValue
Removes a specific value from the specified attribute
Public methodStatic memberSetValue
Sets the value of the specified attribute, overwriting any existing values present on the object
Public methodStatic memberToResourceManagementServiceDateFormat(DateTime)
Converts a date time to the ISO 8601 date string required by the Resource Management Service
Public methodStatic memberToResourceManagementServiceDateFormat(DateTime, Boolean)
Converts a date time to the ISO 8601 date string required by the Resource Management Service
Top
See Also