Click or drag to resize

IControllerTemplateElement Interface

Interface for a Controller Template Element.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public interface IControllerTemplateElement

The IControllerTemplateElement type exposes the following members.

Properties
 NameDescription
Public propertydescriptiveName Display name of the Controller Template Element. The returned value will be localized if localization is in use.
Public propertyexists Does the Element exist in the parent Controller?
Public propertyid Id of the Controller Template Element.
Public propertysource Information about the source element(s) in the parent Controller. This will return null for elements that cannot have a directly mappable source Controller Element.
Public propertytype Type of the Controller Template Element.
Top
See Also