[SerializableAttribute]
public class SchemaOrSource : ValueOrValueSource<Schema>
HasSource |
Indicates whether a source is defined.
(Inherited from ValueOrValueSource<TValueType>) |
HasValue |
Indicates whether a value is defined.
(Inherited from ValueOrValueSource<TValueType>) |
Source |
The value source, if any.
(Inherited from ValueOrValueSource<TValueType>) |
TypedValue |
The typed value, if defined.
(Inherited from ValueOrValueSource<TValueType>) |
Value |
The value, if defined.
Typically the TypedValue property should be used for setting.
(Inherited from ValueOrValueSource<TValueType>) |
Implicit(Schema to SchemaOrSource) | Convert/Wrap schema to SchemaOrSource. |
Implicit(Source to SchemaOrSource) | Convert/Wrap a Source to SchemaOrSource. |
Implicit(SourceDefinition to SchemaOrSource) | Convert/Wrap a SourceDefinition to SchemaOrSource. |