ConfigurationDomainOrSource Class |
Namespace: MFiles.VAF.Configuration.Domain
The ConfigurationDomainOrSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationDomainOrSource | Initializes a new instance of the ConfigurationDomainOrSource class |
Name | Description | |
---|---|---|
![]() | 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.) |
Name | Description | |
---|---|---|
![]() ![]() | (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.
|