ConfigurationDomain Properties

Properties

Commands The domain's custom commands if any.
Configuration The domain's configuration source (readable/writable) if any.
Description Optional description of the configuration domain.
DisplayName Human-readable name for the domain.
ID Defines the id for the configuration domain. Should be unique (name-spaced name recommended).
Initializers Directives used to initialize the domain on the client. This can be used to package the domain with the results of domain definied sources, without the client needing to follow those sources itself initially. This can reduce the number of server calls that need to be made when first loading a domain, improving performance, especially in cases of high latency.
Schema The domains schema or schema source definition, if any.
SortPriority The priority in which this domain should be listed amongst other domains. Domains with larger sortPrioriity values will appear earlier/higher in listings. Domains with the same/no priority will be sorted alphabetically.
StatusDashboard The domain's dashboard source definition, if any.
StatusSummary The domain's status source definition, if any.
SubDomains The domain's subdomains or the source definition to use to load them.
Validation The domain's validation source definition, if any.

See Also