Click or drag to resize
GLAccount Class
Represents GL account.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithComposedIdOfGLAccountEntitySpecifierGlAccount
      CorrigoService.EntitiesGLAccount

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class GLAccount : CorrigoEntityWithComposedIdOfGLAccountEntitySpecifierGlAccount

The GLAccount type exposes the following members.

Properties
  NameDescription
Public propertyDescr
Description, this field is optional. Max Length=256
Public propertyDisplayAs
Displayable name. Max Length=32
Public propertyIsIncome
Gets or sets a value indicating whether this account is income; false - Expense account, true - Income
Top
See Also