Class CustomConnectionControlAttribute
Use this attribute to define a custom connection control for a given connection type.
Inheritance
System.Object
CustomConnectionControlAttribute
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class CustomConnectionControlAttribute : Attribute
Remarks
The class that is marked with this attribute must inherit from ConnectionControl and have a parameterless constructor.
Constructors
CustomConnectionControlAttribute(Type)
Declaration
public CustomConnectionControlAttribute(Type connectionType)
Parameters
Type | Name | Description |
---|---|---|
Type | connectionType |
Properties
ConnectionType
Type of connection for which the custom control will be applied.
Declaration
public Type ConnectionType { get; }
Property Value
Type | Description |
---|---|
Type |