ConfigurationDomainOrSource Class

Proxy to a ConfigurationDomain or its 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 ConfigurationDomainOrSource : ValueOrValueSource<ConfigurationDomain>
Inheritance
Object    ValueOrValueSourceConfigurationDomain    ConfigurationDomainOrSource

Constructors

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)

Operators

(ConfigurationDomain to ConfigurationDomainOrSource) Convert/Wrap ConfigurationDomain to ConfigurationDomainOrSource.
(Source to ConfigurationDomainOrSource) Convert/Wrap a Source to ConfigurationDomainOrSource.
(SourceDefinition to ConfigurationDomainOrSource) Convert/Wrap a SourceDefinition to ConfigurationDomainOrSource.

See Also