Class ConnectorFactory<TValue>
Inheritance
ConnectorFactory<TValue>
Syntax
public static class ConnectorFactory<TValue>
Type Parameters
Methods
Register<TElement>()
Declaration
public static void Register<TElement>()
where TElement : BaseField<TValue>, INotifyValueChanged<TValue>
Type Parameters
Name |
Description |
TElement |
|
Register<TElement, TFieldType>(Connector<TFieldType, TValue>)
Declaration
public static void Register<TElement, TFieldType>(Connector<TFieldType, TValue> connector)
where TElement : BaseField<TFieldType>, INotifyValueChanged<TFieldType>
Parameters
Type |
Name |
Description |
Connector<TFieldType, TValue> |
connector |
|
Type Parameters
Name |
Description |
TElement |
|
TFieldType |
|