DslDataSource Class

The DslDataSource is corresponding Data Source in Casewhere system. It contains publicable data on a Data Source.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslDataSource
Inheritance
Object    DslDataSource

Constructors

DslDataSource Initializes a new instance of the DslDataSource class

Properties

BuiltIn The BuiltIn property is a flag which indicates that an instance is Build-in or Custom Data Source.
Id The identifier of the Data Source.
Name The name of the Data Source.
PrimaryDataClass The PrimaryDataClass contains information about primary Data Class which is used to built the Data Source.
ProductId The ProductId specifies product which the Data Source depend on.
Tags The tags are attached to a Data Source

See Also