Click or drag to resize

DslDataClassAttributes Property

The Attributes is a data attribute list in a data class.

Namespace:  Casewhere.Runtime.DSL
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public IList<DslDataAttribute> Attributes { get; set; }

Property Value

Type: IListDslDataAttribute
See Also