Class ExtensionServerAttribute
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Attribute to specify that the decorated class is an extension using the specified extension server.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class ExtensionServerAttribute : Attribute, _Attribute
- Inheritance
-
ExtensionServerAttribute
- Implements
Constructors
- ExtensionServerAttribute(Type)
Create a new ExtensionServerAttribute that specifies that the decorated extension uses the specified extension server.
Properties
- ExtensionServerType
Gets the type of the item that is designed using this extension.