Class ProductSchema
Namespace: Casewhere.Models.SystemSchemas
Assembly: Casewhere.Models.dll
public class ProductSchema : SystemSchema
Inheritance
object ← SystemSchema ← ProductSchema
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
ID
public const string ID = "4e58f301-038c-4931-b6e4-1918343ff306"
Field Value
NAME
public const string NAME = "SystemProduct"
Field Value
Properties
Attributes
public override IList<DataAttribute> Attributes { get; set; }
Property Value
DataSourceId
public override Guid DataSourceId { get; set; }
Property Value
EntityName
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()