DslDataAttribute Class

Represents an abstract base class for DSL data attributes.

Definition

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.

See Also