IControllerTemplate Interface |
Namespace: Rewired
public interface IControllerTemplate
The IControllerTemplate type exposes the following members.
Name | Description | |
---|---|---|
![]() | controller |
Parent Controller to which the Controller Template belongs.
|
![]() | elementCount |
Count of Controller Template elements.
|
![]() | elements |
List of Controller Template elements.
|
![]() | name |
Display name of the Controller Template.
The returned value will be localized if localization is in use.
|
![]() | typeGuid |
GUID of the Controller Template type.
|
Name | Description | |
---|---|---|
![]() | GetElement(Int32) |
Gets the specified Controller Template element.
|
![]() | GetElementT(Int32) |
Gets the specified Controller Template element.
|
![]() | GetElementTargets |
Gets a list of all Controller Template Element targets that map to the specified target Controller Element.
|