Table of Contents

Class DataClassAttribute

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

Represents a data class attribute.

public class DataClassAttribute

Inheritance

objectDataClassAttribute

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

string

Attribute

Gets or sets the attribute of the data class attribute.

public string Attribute { get; set; }

Property Value

string

DataClassId

Gets or sets the data class ID of the data class attribute.

public Guid DataClassId { get; set; }

Property Value

Guid