DslDataClassAttributes Property
|
The Attributes is a data attribute list in a data class.
Namespace: Casewhere.Runtime.DSLAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic IList<DslDataAttribute> Attributes { get; set; }
Property Value
IListDslDataAttribute
See Also