DslEnumAttribute Class

[Missing <summary> documentation for "T:Casewhere.Runtime.DSL.Models.DataAttributes.DslEnumAttribute"]

Definition

Namespace: Casewhere.Runtime.DSL.Models.DataAttributes
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslEnumAttribute : DslDataAttribute
Inheritance
Object    DslDataAttribute    DslEnumAttribute

Constructors

DslEnumAttribute Initializes a new instance of the DslEnumAttribute class

Properties

Collation  
ComputedExpression Gets or sets the computed expression for the attribute.
(Inherited from DslDataAttribute)
DataType
(Overrides DslDataAttributeDataType)
DefaultValueRuleId Gets or sets the default value rule ID for the attribute.
(Inherited from DslDataAttribute)
Description Gets or sets the description of the attribute.
(Inherited from DslDataAttribute)
EnableAuditLog Gets or sets a value indicating whether audit logging is enabled for the attribute.
(Inherited from DslDataAttribute)
ExcludedFromDiagram Gets or sets a value indicating whether the attribute is excluded from the diagram.
(Inherited from DslDataAttribute)
ExtensionDataClassName Gets or sets the extension data class name for the attribute.
(Inherited from DslDataAttribute)
IsComputed Gets or sets a value indicating whether the attribute is computed.
(Inherited from DslDataAttribute)
IsSystemAttribute Gets or sets a value indicating whether the attribute is a system attribute.
(Inherited from DslDataAttribute)
Name Gets or sets the name of the attribute.
(Inherited from DslDataAttribute)
Options  
ReadAccessRule Gets or sets the read access rule for the attribute.
(Inherited from DslDataAttribute)
Required Gets or sets a value indicating whether the attribute is required.
(Inherited from DslDataAttribute)
Title Gets or sets the title of the attribute.
(Inherited from DslDataAttribute)

See Also