Dsl Data Attribute Class
Represents an abstract base class for DSL data attributes.
Definition
Namespace: Casewhere.Runtime.DSL.Models.DataAttributes
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public abstract class DslDataAttribute- Inheritance
- Object DslDataAttribute
- Derived
Constructors
| DslDataAttribute | Initializes a new instance of the DslDataAttribute class |
Properties
| ComputedExpression | Gets or sets the computed expression for the attribute. |
| DataType | Gets the data type of the attribute. |
| DefaultValueRuleId | Gets or sets the default value rule ID for the attribute. |
| Description | Gets or sets the description of the attribute. |
| EnableAuditLog | Gets or sets a value indicating whether audit logging is enabled for the attribute. |
| ExcludedFromDiagram | Gets or sets a value indicating whether the attribute is excluded from the diagram. |
| ExtensionDataClassName | Gets or sets the extension data class name for the attribute. |
| IsComputed | Gets or sets a value indicating whether the attribute is computed. |
| IsSystemAttribute | Gets or sets a value indicating whether the attribute is a system attribute. |
| Name | Gets or sets the name of the attribute. |
| ReadAccessRule | Gets or sets the read access rule for the attribute. |
| Required | Gets or sets a value indicating whether the attribute is required. |
| Title | Gets or sets the title of the attribute. |
Methods
| GetAttributeType | Gets the attribute type based on the specified data type. |