DslForeignKeyAttribute Class

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

Definition

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

Constructors

DslForeignKeyAttribute Initializes a new instance of the DslForeignKeyAttribute class

Properties

ComputedExpression Gets or sets the computed expression for the attribute.
(Inherited from DslDataAttribute)
DataClassId  
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)
DisplayField  
EnableAuditLog Gets or sets a value indicating whether audit logging is enabled for the attribute.
(Inherited from DslDataAttribute)
EnforceConstraint  
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)
IsIdentifiable  
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)
NavigationName  
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