API Reference
Class
AdmxCatalogElement
Presentation element and registry mapping.
Inheritance
- Object
- AdmxCatalogElement
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxCatalogPolicy.Elements
Constructors
public AdmxCatalogElement() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Element identifier (when present).
public String Type { get; set; } #Element type (boolean, decimal, text, list, enum, multiText).
public String Label { get; set; } #Localized label from ADML presentation.
public String RegistryKey { get; set; } #Registry key where the element writes.
public String RegistryValue { get; set; } #Registry value name written by the element.
public IReadOnlyList<AdmxCatalogEnumItem> EnumItems { get; set; } #Enum items for enum-type elements.