Search Results for

    Show / Hide Table of Contents

    Interface IExtensionAttributeInfo

    Provides information about an extension type, which is marked with an extension attribute and a number of auxiliary extension attributes.

    Namespace: Sdl.Core.PluginFramework.Validation
    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
    In this article
    • Properties
      • AuxiliaryExtensionAttributes
      • ExtensionAttribute
      • ExtensionType
    Back to top Generated by DocFX