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

Properties

long TranId [get, set]
 
int OfficeId [get, set]
 
string OfficeCode [get, set]
 
long TransactionMasterId [get, set]
 
string TransactionCode [get, set]
 
DateTime TransactionTs [get, set]
 
DateTime ValueDate [get, set]
 
string EnteredBy [get, set]
 
string ReferenceNumber [get, set]
 
string StatementReference [get, set]
 
string Status [get, set]
 
string VerificationReason [get, set]
 
string VerifiedBy [get, set]
 
long CustomerId [get, set]
 
string CustomerCode [get, set]
 
string CustomerName [get, set]
 
string Address [get, set]
 
string PanNumber [get, set]
 
string SstNumber [get, set]
 
string CstNumber [get, set]
 
string Email [get, set]
 
string CurrencyCode [get, set]
 
decimal Amount [get, set]
 
decimal ErDebit [get, set]
 
string HomeCurrencyCode [get, set]
 
decimal AmountInHomeCurrency [get, set]
 
decimal ErCredit [get, set]
 
string BaseCurrencyCode [get, set]
 
decimal AmountInBaseCurrency [get, set]
 
- Properties inherited from PetaPoco.PetaPocoDB.Record< ReceiptView >
static PetaPocoDB repo [get]
 

Additional Inherited Members

- Public Member Functions inherited from PetaPoco.PetaPocoDB.Record< ReceiptView >
bool IsNew ()
 
object Insert ()
 
void Save ()
 
int Update ()
 
int Update (IEnumerable< string > columns)
 
int Delete ()
 
- Static Public Member Functions inherited from PetaPoco.PetaPocoDB.Record< ReceiptView >
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: