Class DataSourceDataClass
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
Represents a data class associated with a data source.
public class DataSourceDataClass
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<DataSourceDataClass>(DataSourceDataClass)
Constructors
DataSourceDataClass()
public DataSourceDataClass()
Properties
Alias
Gets or sets the alias of the data class.
public string Alias { get; set; }
Property Value
Attribute
Gets or sets the attribute of the data class.
public string Attribute { get; set; }
Property Value
DataClassId
Gets or sets the ID of the data class.
public Guid DataClassId { get; set; }
Property Value
FieldDefinitions
Gets or sets the field definitions associated with the data class.
public IList<FieldDefinition> FieldDefinitions { get; set; }
Property Value
IsArray
Gets or sets a value indicating whether the data class is an array.
public bool IsArray { get; set; }
Property Value
RelatedDataClasses
Gets or sets the related data classes associated with the data class.
public IList<DataSourceDataClass> RelatedDataClasses { get; set; }