Click or drag to resize

IControllerTemplate Interface

Interface for a Controller Template.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IControllerTemplate

The IControllerTemplate type exposes the following members.

Properties
 NameDescription
Public propertycontroller Parent Controller to which the Controller Template belongs.
Public propertyelementCount Count of Controller Template elements.
Public propertyelements List of Controller Template elements.
Public propertyname Display name of the Controller Template. The returned value will be localized if localization is in use.
Public propertytypeGuid GUID of the Controller Template type.
Top
Methods
 NameDescription
Public methodGetElement(Int32) Gets the specified Controller Template element.
Public methodGetElementT(Int32) Gets the specified Controller Template element.
Public methodGetElementTargets Gets a list of all Controller Template Element targets that map to the specified target Controller Element.
Top
See Also