Table of Contents

Class WorkerSiteComponentSchema

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

public class WorkerSiteComponentSchema : SystemSchema

Inheritance

objectSystemSchemaWorkerSiteComponentSchema

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

string

ID

public const string ID = "c9a7775f-c6fd-4154-8818-db953d4ca3bc"

Field Value

string

NAME

public const string NAME = "SystemWorkerSiteComponent"

Field Value

string

Properties

Attributes

public override IList<DataAttribute> Attributes { get; set; }

Property Value

IList<DataAttribute>

DataSourceId

public override Guid DataSourceId { get; set; }

Property Value

Guid

EntityName

Real name to reference database collection

public override string EntityName { get; set; }

Property Value

string

Id

public override Guid Id { get; set; }

Property Value

Guid

Name

public override string Name { get; set; }

Property Value

string

Version

public override int Version { get; set; }

Property Value

int

Methods

Generate()

public static IList<DataAttribute> Generate()

Returns

IList<DataAttribute>