Search Results for

    Show / Hide Table of Contents

    Interface IExtensionPoint

    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public interface IExtensionPoint

    Properties

    AllExtensions

    Declaration
    ExtensionCollection AllExtensions { get; }
    Property Value
    Type Description
    ExtensionCollection

    ExtensionAttributeType

    Declaration
    Type ExtensionAttributeType { get; }
    Property Value
    Type Description
    System.Type

    Extensions

    Declaration
    ExtensionCollection Extensions { get; }
    Property Value
    Type Description
    ExtensionCollection

    IsDynamic

    Declaration
    bool IsDynamic { get; }
    Property Value
    Type Description
    System.Boolean

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Events

    ExtensionEnabledChanged

    Declaration
    event EventHandler<ExtensionEventArgs> ExtensionEnabledChanged
    Event Type
    Type Description
    System.EventHandler<ExtensionEventArgs>

    On this page

    Back to top Generated by DocFX