API Reference
Class
AdmxCatalogElement
Presentation element and registry mapping.
Inheritance
- Object
- AdmxCatalogElement
Constructors
public AdmxCatalogElement() #Inherited Methods
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.