IClassificationTypeRegistryService Interface

Definition

The service that maintains the collection of all known classification types.

public interface class IClassificationTypeRegistryService
public interface class IClassificationTypeRegistryService
__interface IClassificationTypeRegistryService
public interface IClassificationTypeRegistryService
type IClassificationTypeRegistryService = interface
Public Interface IClassificationTypeRegistryService

Remarks

This is a MEF component part, and should be imported as follows: [Import] IClassificationTypeRegistryService registry = null;

Methods

CreateClassificationType(ClassificationLayer, String, IEnumerable<IClassificationType>)

Initializes a new instance of a IClassificationType and adds it to the registry.

CreateClassificationType(String, IEnumerable<IClassificationType>)

Initializes a new instance of a IClassificationType and adds it to the registry.

CreateTransientClassificationType(IClassificationType[])

Creates an IClassificationType that persists only for the duration of this session. This IClassificationType must inherit from at least one IClassificationType.

CreateTransientClassificationType(IEnumerable<IClassificationType>)

Creates an IClassificationType that persists only for the duration of this session. This IClassificationType must inherit from at least one IClassificationType.

GetClassificationType(ClassificationLayer, String)

Gets the IClassificationType object identified by the specified type.

GetClassificationType(String)

Gets the IClassificationType object identified by the specified type.

Applies to