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

Properties

long LoginId [get, set]
 
int UserId [get, set]
 
int RoleId [get, set]
 
string Role [get, set]
 
string RoleCode [get, set]
 
string RoleName [get, set]
 
bool IsAdmin [get, set]
 
bool IsSystem [get, set]
 
string Browser [get, set]
 
string IpAddress [get, set]
 
DateTime LoginDateTime [get, set]
 
string RemoteUser [get, set]
 
string Culture [get, set]
 
string UserName [get, set]
 
string FullName [get, set]
 
bool Elevated [get, set]
 
string Office [get, set]
 
int OfficeId [get, set]
 
string OfficeCode [get, set]
 
string OfficeName [get, set]
 
string NickName [get, set]
 
DateTime RegistrationDate [get, set]
 
string CurrencyCode [get, set]
 
string PoBox [get, set]
 
string AddressLine1 [get, set]
 
string AddressLine2 [get, set]
 
string Street [get, set]
 
string City [get, set]
 
string State [get, set]
 
string ZipCode [get, set]
 
string Country [get, set]
 
string Phone [get, set]
 
string Fax [get, set]
 
string Email [get, set]
 
string Url [get, set]
 
string RegistrationNumber [get, set]
 
string PanNumber [get, set]
 
bool AllowTransactionPosting [get, set]
 
int WeekStartDay [get, set]
 
string LogoFile [get, set]
 
int SalesQuotationValidDuration [get, set]
 
- Properties inherited from PetaPoco.PetaPocoDB.Record< SignInView >
static PetaPocoDB repo [get]
 

Additional Inherited Members

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