Click or drag to resize

Lithnet.ResourceManagement.Client Namespace

The Lithnet.ResourceManagement.Client namespace contains elements used to create, update, delete, and search for objects in the Microsoft Resource Management Service
Classes
  ClassDescription
Public classApprovalResponse
Class to support serialization of approval response data
Public classAttributeNames
Defines a list of built-in attribute names in the Resource Management Service
Public classAttributeRepresentationFailureException
An exception that is thrown when an unsupported attempt is made to modify an attribute
Public classAttributeTypeDefinition
Defines an attribute type in the Resource Management Service schema
Public classAttributeValue
Contains the value or values of a specified attribute, and tracks changes made to the values
Public classAttributeValueChange
Defines a pending change to an attribute value
Public classAttributeValueCollection
Contains a collection of attributes and values
Public classAttributeValuePair
Represents a single attribute and value pair
Public classAttributeValuePairCollection
Defines a collection of attribute and value pairs
Public classAuthorizationRequiredException
An exception thrown by the resource management service when permission to perform an action requires further authorization
Public classExtensions
Contains various helper extensions for use with the this library
Public classInvalidRepresentationException
An exception thrown by the resource management service when an unsupported request is submitted
Public classLdapFilterParserException
An exception that is thrown when the LDAP filter encounters an unrecoverable error
Public classMessageRepresentationFailureException
An exception thrown by the resource management service when an unsupported request message is submitted
Public classNoSuchAttributeException
The exception that is thrown when an attribute is requested that does not exist on a particular object class
Public classNoSuchObjectTypeException
The exception that is thrown when an object type is requested that does not exist in the schema
Public classObjectTypeDefinition
Defines an object type from the Resource Management Service schema and its associated attributes
Public classObjectTypeNames
Defines a list of built-in object type names in the Resource Management Service
Public classPermissionDeniedException
An exception thrown by the resource management service when permission to perform an action is denied
Public classReadOnlyValueModificationException
The exception that is thrown when an attempt to modify a read-only attribute is made
Public classCode exampleResourceManagementClient
The main class used to create, update, delete, and search for objects in the resource management service
Public classResourceManagementException
Represents an exception thrown by the resource management service
Public classResourceManagementSchema
A static class that reflects the schema of the Resource Management Service
Public classResourceNotFoundException
The exception that is thrown when an resource could not be found
Public classResourceObject
Represents a resource from the Resource Management Service
Public classSearchResultCollection
Provides an enumerator that can iterate through search results from the Resource Management Service. This class provides a synchronous search, where the next page of results is only requested once the enumerator has run out of results.
Public classSearchResultCollectionAsync
Provides an enumerator that can iterate through search results from the Resource Management Service. This class obtains all result pages on a separate thread, without waiting for the iterator to reach the end of a page before requesting a new one.
Public classSearchResultPager
Provides an enumerator that can iterate through search results from the Resource Management Service in a paged manner
Public classTooManyResultsException
The exception that is thrown when more than the expected number of search results was returned
Public classUnsupportedDataTypeException
The exception that is thrown when an attribute is made to set an attribute value that cannot be converted into the native data type for that attribute
Public classUnwillingToPerformException
An exception thrown by the resource management service when an invalid request is submitted
Public classXPathDereferencedExpression
An XPath expression that involves dereferencing an attribute
Public classXPathExpression
A class used to build a standard XPath expression, containing one or more queries
Public classXPathFilterBuilder
A utility class that provides the ability to build XPath queries
Public classXPathQuery
Represents a predicate within an XPath expression that is used for comparing an attribute with a value
Public classXPathQueryGroup
Represents a group of predicates within an XPath expression
Structures
  StructureDescription
Public structureResourceSerializationSettings
Defines the settings that control the serialization of resources
Interfaces
  InterfaceDescription
Public interfaceISearchResultCollection
An enumeration of resource objects returned from a search
Public interfaceIXPathQueryObject
An interface that defines a query predicate
Enumerations
  EnumerationDescription
Public enumerationApprovalStatus
The status of the approval request
Public enumerationArraySerializationHandling
Defines the ways that arrays are serialized
Public enumerationAttributePermission
A list of permissions that a user can have on an attribute
Public enumerationAttributeType
Defines an attribute data type
Public enumerationAttributeValueSerializationHandling
Defines the ways that attribute values can be serialized
Public enumerationComparisonOperator
/The type of value comparison to perform between an attribute and a value in an XPath query
Public enumerationGroupOperator
The type of boolean operator to apply to an XPath query gruop
Public enumerationOperationType
Defines the type of operation in progress on an object
Public enumerationResourceSerializationHandling
Defines the format that a resource is serialized in