Class WorkerSiteComponentSchema
Namespace: Casewhere.Models.SystemSchemas
Assembly: Casewhere.Models.dll
public class WorkerSiteComponentSchema : SystemSchema
Inheritance
object ← SystemSchema ← WorkerSiteComponentSchema
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<WorkerSiteComponentSchema>(WorkerSiteComponentSchema)
Constructors
WorkerSiteComponentSchema()
public WorkerSiteComponentSchema()
Fields
DATA_SOURCE_ID
public const string DATA_SOURCE_ID = "582512aa-67c5-4fbf-b529-28e08ff8514d"
Field Value
ID
public const string ID = "c9a7775f-c6fd-4154-8818-db953d4ca3bc"
Field Value
NAME
public const string NAME = "SystemWorkerSiteComponent"
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()