Table of Contents

Class DslForeignKeyAttribute

Namespace: Casewhere.Runtime.DSL.Models.DataAttributes
Assembly: Casewhere.Runtime.dll

public class DslForeignKeyAttribute : DslDataAttribute

Inheritance

objectDslDataAttributeDslForeignKeyAttribute

Inherited Members

DslDataAttribute.GetAttributeType(DataClassPropertyType), DslDataAttribute.DataType, DslDataAttribute.Name, DslDataAttribute.Title, DslDataAttribute.Description, DslDataAttribute.IsSystemAttribute, DslDataAttribute.Required, DslDataAttribute.EnableAuditLog, DslDataAttribute.ReadAccessRule, DslDataAttribute.ExcludedFromDiagram, DslDataAttribute.IsComputed, DslDataAttribute.ComputedExpression, DslDataAttribute.DefaultValueRuleId, DslDataAttribute.ExtensionDataClassName, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DslForeignKeyAttribute>(DslForeignKeyAttribute)

Constructors

DslForeignKeyAttribute()

public DslForeignKeyAttribute()

Properties

DataClassId

public Guid DataClassId { get; set; }

Property Value

Guid

DataType

Gets the data type of the attribute.

public override DataClassPropertyType DataType { get; }

Property Value

DataClassPropertyType

DisplayField

public string DisplayField { get; set; }

Property Value

string

EnforceConstraint

public bool EnforceConstraint { get; set; }

Property Value

bool

IsIdentifiable

public bool IsIdentifiable { get; set; }

Property Value

bool

NavigationName

public string NavigationName { get; set; }

Property Value

string