ValueOrValueSourceTValueType Class
A generic proxy for accessing a value or a source for obtaining the value.
Namespace: MFiles.VAF.Configuration.DomainAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
[SerializableAttribute]
public class ValueOrValueSource<TValueType>
- Inheritance
- Object ValueOrValueSourceTValueType
- Derived
Type Parameters
- TValueType
HasSource
|
Indicates whether a source is defined.
|
HasValue
|
Indicates whether a value is defined.
|
Source
|
The value source, if any.
|
TypedValue
|
The typed value, if defined.
|
Value
|
The value, if defined.
Typically the TypedValue property should be used for setting.
|