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

Properties

long TransactionMasterId [get, set]
 
long StockMasterId [get, set]
 
long StockDetailId [get, set]
 
string Book [get, set]
 
int TransactionCounter [get, set]
 
string TransactionCode [get, set]
 
DateTime ValueDate [get, set]
 
DateTime TransactionTs [get, set]
 
long LoginId [get, set]
 
int UserId [get, set]
 
int SysUserId [get, set]
 
int OfficeId [get, set]
 
int CostCenterId [get, set]
 
string ReferenceNumber [get, set]
 
string StatementReference [get, set]
 
DateTime LastVerifiedOn [get, set]
 
int VerifiedByUserId [get, set]
 
short VerificationStatusId [get, set]
 
string VerificationReason [get, set]
 
long PartyId [get, set]
 
int CountryId [get, set]
 
int StateId [get, set]
 
int SalespersonId [get, set]
 
int PriceTypeId [get, set]
 
bool IsCredit [get, set]
 
int ShipperId [get, set]
 
long ShippingAddressId [get, set]
 
decimal ShippingCharge [get, set]
 
int StockMasterStoreId [get, set]
 
int CashRepositoryId [get, set]
 
string TranType [get, set]
 
int StoreId [get, set]
 
int ItemId [get, set]
 
int Quantity [get, set]
 
int UnitId [get, set]
 
decimal BaseQuantity [get, set]
 
int BaseUnitId [get, set]
 
decimal Price [get, set]
 
decimal Discount [get, set]
 
int SalesTaxId [get, set]
 
decimal Tax [get, set]
 
decimal Amount [get, set]
 
- Properties inherited from PetaPoco.PetaPocoDB.Record< StockTransactionView >
static PetaPocoDB repo [get]
 

Additional Inherited Members

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