API Reference
Class
GenericRefPresentationElement
Generic presentation element that only carries a refId link to a policy element. Used to support additional ADML controls (e.g., comboBox, dropdownList, listBox, spinBox) without modeling their specific properties.
Inheritance
- PresentationElement
- GenericRefPresentationElement
Constructors
public GenericRefPresentationElement(String refId) #Initializes a new instance linking to a policy element by reference id.
Parameters
- refId System.String
- Reference identifier of the target policy element.
Inherited Methods
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement