MixERP.Net.Entities.Core.SalesTaxDetail Class Reference
Inheritance diagram for MixERP.Net.Entities.Core.SalesTaxDetail:
PetaPoco.PetaPocoDB.Record< SalesTaxDetail > PetaPoco.IPoco

Properties

int SalesTaxDetailId [get, set]
 
int SalesTaxId [get, set]
 
int SalesTaxTypeId [get, set]
 
short Priority [get, set]
 
string SalesTaxDetailCode [get, set]
 
string SalesTaxDetailName [get, set]
 
bool BasedOnShippingAddress [get, set]
 
bool CheckNexus [get, set]
 
bool AppliedOnShippingCharge [get, set]
 
int StateSalesTaxId [get, set]
 
int CountySalesTaxId [get, set]
 
string TaxRateTypeCode [get, set]
 
decimal Rate [get, set]
 
int ReportingTaxAuthorityId [get, set]
 
int CollectingTaxAuthorityId [get, set]
 
long CollectingAccountId [get, set]
 
long UseTaxCollectingAccountId [get, set]
 
string RoundingMethodCode [get, set]
 
int RoundingDecimalPlaces [get, set]
 
int AuditUserId [get, set]
 
DateTime AuditTs [get, set]
 
- Properties inherited from PetaPoco.PetaPocoDB.Record< SalesTaxDetail >
static PetaPocoDB repo [get]
 

Additional Inherited Members

- Public Member Functions inherited from PetaPoco.PetaPocoDB.Record< SalesTaxDetail >
bool IsNew ()
 
object Insert ()
 
void Save ()
 
int Update ()
 
int Update (IEnumerable< string > columns)
 
int Delete ()
 
- Static Public Member Functions inherited from PetaPoco.PetaPocoDB.Record< SalesTaxDetail >
static int Update (string sql, params object[] args)
 
static int Update (Sql sql)
 
static int Delete (string sql, params object[] args)
 
static int Delete (Sql sql)
 
static int Delete (object primaryKey)
 
static bool Exists (object primaryKey)
 
static T SingleOrDefault (object primaryKey)
 
static T SingleOrDefault (string sql, params object[] args)
 
static T SingleOrDefault (Sql sql)
 
static T FirstOrDefault (string sql, params object[] args)
 
static T FirstOrDefault (Sql sql)
 
static T Single (object primaryKey)
 
static T Single (string sql, params object[] args)
 
static T Single (Sql sql)
 
static T First (string sql, params object[] args)
 
static T First (Sql sql)
 
static List< T > Fetch (string sql, params object[] args)
 
static List< T > Fetch (Sql sql)
 
static List< T > Fetch (long page, long itemsPerPage, string sql, params object[] args)
 
static List< T > Fetch (long page, long itemsPerPage, Sql sql)
 
static List< T > SkipTake (long skip, long take, string sql, params object[] args)
 
static List< T > SkipTake (long skip, long take, Sql sql)
 
static Page< T > Page (long page, long itemsPerPage, string sql, params object[] args)
 
static Page< T > Page (long page, long itemsPerPage, Sql sql)
 
static IEnumerable< T > Query (string sql, params object[] args)
 
static IEnumerable< T > Query (Sql sql)
 

The documentation for this class was generated from the following file: