IControllerTemplateElement Interface |
Namespace: Rewired
public interface IControllerTemplateElement
The IControllerTemplateElement type exposes the following members.
Name | Description | |
---|---|---|
descriptiveName |
Display name of the Controller Template Element.
The returned value will be localized if localization is in use.
| |
exists |
Does the Element exist in the parent Controller?
| |
id |
Id of the Controller Template Element.
| |
source |
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.
| |
type |
Type of the Controller Template Element.
|