SourceDefinition Class

Wrapper for sources to expose the name of the source for json serialization.

Definition

Namespace: MFiles.VAF.Configuration.Interfaces.Domain
Assembly: MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
C#
[SerializableAttribute]
public class SourceDefinition
Inheritance
Object    SourceDefinition
Derived

Constructors

SourceDefinition Constructor.
SourceDefinition(Source) Constructor.

Properties

Source The wrapped source.
SourceType Exposes the name of the source in the wrapper.

Fields

source Protected field for storing the Source property.

See Also