Accounting Companion Logo Accounting Companion
HomeBlog
TallyConnector
Version
  • TallyConnector
    • Abstractions
    • Core
    • Models
      • Base
        • DTO
        • Masters
        • Meta
        • AllInventoryEntries
        • AllLedgerEntry
        • BaseCompany
        • BaseInventoryEntry
        • BaseLedgerEntry
        • BaseVoucher
        • BaseVoucherDTO
        • BatchAllocation
        • BillAllocations
        • BillRefType
        • Company
        • CompanyOnDisk
        • DeliveryNotes
        • EwayBillDetails
        • GSTRateDetails
        • GSTRegistration
        • GSTRegistrationDetail
        • InventoryEntries
        • LedgerEntry
        • Voucher
        • VoucherViewType
      • Common
      • TallyPrime
      • InstalledTallyApp
      • TallyProcessInfo
    • Services
Class

BaseCompany

Base Model for Company

Constructors

BaseCompany()

Properties

Name → string
Name of Company
StartingFrom → DateTime ?
EndDate → DateTime ?
CompNum → string
IsGroupCompany → bool
Meta → BaseCompanyMeta

Methods

TC_BaseCompanyFunctions() → TDLFunction []
ToString() → string
ReadFromXml(XElement, XmlSerializationOptions?)

Parameters

element XElement
options Opt XmlSerializationOptions
WriteToXml(XmlSerializationOptions?) →XElement

Parameters

options Opt XmlSerializationOptions