Class DataClassAttribute
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
Represents a data class attribute.
public class DataClassAttribute
Inheritance
Inherited Members
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<DataClassAttribute>(DataClassAttribute)
Constructors
DataClassAttribute()
public DataClassAttribute()
Properties
Alias
Gets or sets the alias of the data class attribute.
public string Alias { get; set; }
Property Value
Attribute
Gets or sets the attribute of the data class attribute.
public string Attribute { get; set; }
Property Value
DataClassId
Gets or sets the data class ID of the data class attribute.
public Guid DataClassId { get; set; }