Interface IExtensionAttributeInfo
Provides information about an extension type, which is marked with an extension attribute and a number of auxiliary extension attributes.
Namespace: SdlSdl.CorePluginFrameworkValidation
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IExtensionAttributeInfo
Properties
AuxiliaryExtensionAttributes
Gets the auiliary extension attributes with which the extension type is marked.
Declaration
AuxiliaryExtensionAttribute[] AuxiliaryExtensionAttributes { get; }
Property Value
Type | Description |
---|---|
AuxiliaryExtensionAttribute |
ExtensionAttribute
Gets the extension attribute with which the extension type is marked.
Declaration
ExtensionAttribute ExtensionAttribute { get; }
Property Value
Type | Description |
---|---|
ExtensionAttribute |
ExtensionType
Gets the type of the extension.
Declaration
Type ExtensionType { get; }
Property Value
Type | Description |
---|---|
Type |