Class ExtensionAttribute
Extension attribute. Place above particular class to register its extension.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class ExtensionAttribute : Attribute
- Inheritance
-
objectAttributeExtensionAttribute
- Derived
- Extension Methods
Constructors
ExtensionAttribute(Type)
Extends the class with the specified extension
public ExtensionAttribute(Type extensionType)
Parameters
extensionType
TypeExtension type
Properties
ExtensionType
Extension type
public Type ExtensionType { get; protected set; }
Property Value
- Type
Methods
GetExtensionObject()
Creates an extension object based on extension type
protected IGenericExtension GetExtensionObject()
Returns
RegisterTo(Type)
Registers the extension within the system
public virtual void RegisterTo(Type type)
Parameters
type
TypeObject type to which the extension will be registered