ResourceManagementSchema Class |
Namespace: Lithnet.ResourceManagement.Client
The ResourceManagementSchema type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeNameValidationRegex |
A regular expression that validates an attribute name according to the resource management service's rules
| |
| ComputedAttributes |
Gets a list of attributes that are computed and cannot be changed
| |
| ObjectTypeNameValidationRegex |
A regular expression that validates an attribute name according to the resource management service's rules
| |
| SchemaEndpoint |
Gets the location that currently loaded schema was obtained from
|
| Name | Description | |
|---|---|---|
| ContainsObjectType |
Gets a value indicating if the object type exists in the schema
| |
| GetAttributeType |
Gets the data type of the specific attribute
| |
| GetObjectType |
Gets an object type definition from the schema by name
| |
| GetObjectTypes |
Gets each object type definition from the schema
| |
| IsAttributeMultivalued |
Gets a value indicating whether the specific attribute is multivalued
| |
| ValidateAttributeName |
Validates that an attribute name contains only valid characters
| |
| ValidateObjectTypeName |
Validates that an object type name contains only valid characters
|