Table of Contents

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

int

Name

Name of the sale schema

public string Name { get; set; }

Property Value

string

SchemaType

1=Standard, 2=NHIF

public int SchemaType { get; set; }

Property Value

int