ConfigurationDomainsOrSource Class

Proxy to a List of Domains and/or Domain Sources, or a list source definition.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class ConfigurationDomainsOrSource : ValueOrValueSource<List<ConfigurationDomainOrSource>>
Inheritance
Object    ValueOrValueSourceListConfigurationDomainOrSource    ConfigurationDomainsOrSource

Constructors

ConfigurationDomainsOrSource The default constructor.

Properties

HasSource Indicates whether a source is defined.
(Inherited from ValueOrValueSourceTValueType)
HasValue Indicates whether a value is defined.
(Inherited from ValueOrValueSourceTValueType)
Source The value source, if any.
(Inherited from ValueOrValueSourceTValueType)
TypedValue The typed value, if defined.
(Inherited from ValueOrValueSourceTValueType)
Value The value, if defined. Typically the TypedValue property should be used for setting.
(Inherited from ValueOrValueSourceTValueType)

Methods

Add(ConfigurationDomain) Adds a domain to the list of domains.
Add(ConfigurationDomainOrSource) Adds a domain or source to the list of domains.
Add(Source) Adds a domain source to the list of domains.
Add(SourceDefinition) Adds a domain source definition to the list of domains.

See Also