Click or drag to resize

DslDataClass Class

The DslDataClass is corresponding Data Class in Casewhere system. It contains publicable data on a Data Class.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslDataClass

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

The DslDataClass type exposes the following members.

Constructors
 NameDescription
Public methodDslDataClassInitializes a new instance of the DslDataClass class
Top
Properties
 NameDescription
Public propertyAttributes The Attributes is a data attribute list in a data class.
Public propertyDescription The Description of The Data Class
Public propertyExtensions List of extensions of this data class
Public propertyId The identifier of the Data Class.
Public propertyName The name of the Data Class.
Public propertyProductId The ProductId specifies product which the Data Class depend on.
Public propertyTags The Tags are attached to a Data Class
Top
See Also