ValueOrValueSourceTValueType Class

A generic proxy for accessing a value or a source for obtaining the value.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class ValueOrValueSource<TValueType>
Inheritance
Object    ValueOrValueSourceTValueType
Derived

Type Parameters

TValueType

Constructors

Properties

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.

See Also