SchemaOrSource Class

Proxy to a Schema 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 SchemaOrSource : ValueOrValueSource<Schema>
Inheritance
Object    ValueOrValueSourceSchema    SchemaOrSource

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

(Schema to SchemaOrSource) Convert/Wrap schema to SchemaOrSource.
(Source to SchemaOrSource) Convert/Wrap a Source to SchemaOrSource.
(SourceDefinition to SchemaOrSource) Convert/Wrap a SourceDefinition to SchemaOrSource.

See Also