Interface IControlLookup
A type lookup for controls. Should be used by IControlCreator. Facilitates switching out controls at runtime.
Namespace: LemonEdge.Client.UI.API.Controls
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public interface IControlLookup
Methods
GetControlType(Type[])
Given type, returns a Concrete type.
Declaration
Type? GetControlType(Type[] types)
Parameters
Type | Name | Description |
---|---|---|
Type[] | types |
Returns
Type | Description |
---|---|
Type |
GetControlType<T>()
Given T, returns a Concrete type.
Declaration
Type GetControlType<T>()
Returns
Type | Description |
---|---|
Type |
Type Parameters
Name | Description |
---|---|
T |