ITypeDefinitionsManagement Interface

Definition

Allows you to access the schema types that are defined in a management pack. The schema types are defined in the <SchemaType> elements under the <TypeDefinitions> element in a management pack.

public interface class ITypeDefinitionsManagement
public interface ITypeDefinitionsManagement
type ITypeDefinitionsManagement = interface
Public Interface ITypeDefinitionsManagement

Methods

GetSchemaType(Guid)

Gets a schema type by using an identifier.

GetSchemaTypes()

Gets all schema types.

GetSchemaTypes(ManagementPackSchemaTypeCriteria)

Gets all schema types that match the provided criteria.

Applies to