Click or drag to resize

DslDataSource Class

The DslDataSource is corresponding Data Source in Casewhere system. It contains publicable data on a Data Source.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslDataSource

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class DslDataSource

The DslDataSource type exposes the following members.

Constructors
 NameDescription
Public methodDslDataSourceInitializes a new instance of the DslDataSource class
Top
Properties
 NameDescription
Public propertyBuiltIn The BuiltIn property is a flag which indicates that an instance is Build-in or Custom Data Source.
Public propertyId The identifier of the Data Source.
Public propertyName The name of the Data Source.
Public propertyPrimaryDataClass The PrimaryDataClass contains information about primary Data Class which is used to built the Data Source.
Public propertyProductId The ProductId specifies product which the Data Source depend on.
Public propertyTags The tags are attached to a Data Source
Top
See Also