Table of Contents

Class DslStringAttribute

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

public class DslStringAttribute : DslDataAttribute

Inheritance

objectDslDataAttributeDslStringAttribute

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<DslStringAttribute>(DslStringAttribute)

Constructors

DslStringAttribute()

public DslStringAttribute()

Properties

Collation

public CustomCollation Collation { get; set; }

Property Value

CustomCollation

DataType

Gets the data type of the attribute.

public override DataClassPropertyType DataType { get; }

Property Value

DataClassPropertyType

IsEncrypted

public bool IsEncrypted { get; set; }

Property Value

bool

IsSearchable

public bool IsSearchable { get; set; }

Property Value

bool

MaskFormat

public string MaskFormat { get; set; }

Property Value

string