Show / Hide Table of Contents

Class DBC.InvoiceSumFields

Fields for InvoiceSum, This table is used temporarily when listing invoice statistics. It is used because we need to sort balances from both customers and companies.

Inheritance
Object
DBC.InvoiceSumFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class InvoiceSumFields

Fields

Balance

InvoiceSum.Balance: The balance for the given customer or company.

Declaration
public const string Balance = "balance"
Field Value
Type Description
String

CompanyId

InvoiceSum.CompanyId: The reference of the company entry this entry is connected to. NULL or -1 if not connected.

Declaration
public const string CompanyId = "company_id"
Field Value
Type Description
String

CustomerId

InvoiceSum.CustomerId: The reference of the customer entry this entry is connected to. NULL or -1 if not connected.

Declaration
public const string CustomerId = "customer_id"
Field Value
Type Description
String

InvoiceSumId

InvoiceSum.InvoiceSumId: The primary key (auto-incremented)

Declaration
public const string InvoiceSumId = "id"
Field Value
Type Description
String

LoginId

InvoiceSum.LoginId: The id of the user using the table.

Declaration
public const string LoginId = "login_id"
Field Value
Type Description
String

Name

InvoiceSum.Name: The name of the entry.

Declaration
public const string Name = "name"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top