Table of Contents

Class ProductSchema

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

public class ProductSchema : SystemSchema

Inheritance

objectSystemSchemaProductSchema

Inherited Members

SystemSchema.AcceptedEntityName(string), SystemSchema.Id, SystemSchema.DataSourceId, SystemSchema.Name, SystemSchema.EntityName, SystemSchema.Attributes, SystemSchema.Version, SystemSchema.SystemAttributes, 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<ProductSchema>(ProductSchema)

Constructors

ProductSchema()

public ProductSchema()

Fields

DATA_SOURCE_ID

public const string DATA_SOURCE_ID = "3beb42e5-7680-4b43-9592-2b2cc28d205a"

Field Value

string

ID

public const string ID = "4e58f301-038c-4931-b6e4-1918343ff306"

Field Value

string

NAME

public const string NAME = "SystemProduct"

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

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>