Class SaleSchema
- Namespace
- Skyware.Lis.EventsModel.Common
- Assembly
- Skyware.Lis.EventsModel.dll
Represent sale schema
public class SaleSchema
- Inheritance
-
SaleSchema
- Inherited Members
Properties
Id
PK in the database
public int Id { get; set; }
Property Value
Name
Name of the sale schema
public string Name { get; set; }
Property Value
SchemaType
1=Standard, 2=NHIF
public int SchemaType { get; set; }