Class DocumentSchema
Namespace: Casewhere.Models.SystemSchemas
Assembly: Casewhere.Models.dll
public class DocumentSchema : SystemSchema
Inheritance
object ← SystemSchema ← DocumentSchema
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<DocumentSchema>(DocumentSchema)
Constructors
DocumentSchema()
public DocumentSchema()
Fields
DATA_SOURCE_ID
public const string DATA_SOURCE_ID = "97288093-04ee-4e43-b265-a9cecedd89fc"
Field Value
ID
public const string ID = "de14cdeb-91c2-4e35-9957-0eb82105ca23"
Field Value
NAME
public const string NAME = "SystemDocument"
Field Value
Properties
Attributes
public override IList<DataAttribute> Attributes { get; set; }
Property Value
DataSourceId
public override Guid DataSourceId { get; set; }
Property Value
EntityName
Real name to reference database collection
public override string EntityName { get; set; }
Property Value
Id
public override Guid Id { get; set; }
Property Value
Name
public override string Name { get; set; }
Property Value
Version
public override int Version { get; set; }
Property Value
Methods
Generate()
public static IList<DataAttribute> Generate()