Interface IExtensionPoint
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IExtensionPoint
Properties
AllExtensions
Declaration
ExtensionCollection AllExtensions { get; }
Property Value
ExtensionAttributeType
Declaration
Type ExtensionAttributeType { get; }
Property Value
Type |
Description |
System.Type |
|
Extensions
Declaration
ExtensionCollection Extensions { get; }
Property Value
IsDynamic
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Events
ExtensionEnabledChanged
Declaration
event EventHandler<ExtensionEventArgs> ExtensionEnabledChanged
Event Type