MethodSourceDefinition Class

Wrapper for method 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 MethodSourceDefinition : SourceDefinition
Inheritance
Object    SourceDefinition    MethodSourceDefinition

Constructors

Properties

Source The wrapped source.
(Overrides SourceDefinitionSource)
SourceType Exposes the name of the source in the wrapper.
(Inherited from SourceDefinition)

Fields

source Protected field for storing the Source property.
(Inherited from SourceDefinition)

See Also