Click or drag to resize

ResourceManagementSchema Class

A static class that reflects the schema of the Resource Management Service
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientResourceManagementSchema

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

The ResourceManagementSchema type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAttributeNameValidationRegex
A regular expression that validates an attribute name according to the resource management service's rules
Public propertyStatic memberComputedAttributes
Gets a list of attributes that are computed and cannot be changed
Public propertyStatic memberObjectTypeNameValidationRegex
A regular expression that validates an attribute name according to the resource management service's rules
Public propertyStatic memberSchemaEndpoint
Gets the location that currently loaded schema was obtained from
Top
Methods
  NameDescription
Public methodStatic memberContainsObjectType
Gets a value indicating if the object type exists in the schema
Public methodStatic memberGetAttributeType
Gets the data type of the specific attribute
Public methodStatic memberGetObjectType
Gets an object type definition from the schema by name
Public methodStatic memberGetObjectTypes
Gets each object type definition from the schema
Public methodStatic memberIsAttributeMultivalued
Gets a value indicating whether the specific attribute is multivalued
Public methodStatic memberValidateAttributeName
Validates that an attribute name contains only valid characters
Public methodStatic memberValidateObjectTypeName
Validates that an object type name contains only valid characters
Top
See Also