Click or drag to resize

AccountEntrySummaryWeb Class

Data contract class for a entry on a business partner's internal account(s)
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsAccountEntrySummaryWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AccountEntrySummaryWeb : DataContractEntityWeb

The AccountEntrySummaryWeb type exposes the following members.

Constructors
  NameDescription
Public methodAccountEntrySummaryWeb
Top
Properties
  NameDescription
Public propertyAmount
Amount
Public propertyDate
Date of recording
Public propertyDueAmount
Due Amount
Public propertyDueDate
DueDate
Public propertyEntryDetails
The list contains detailed information about the account entry.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyText
Text
Top
See Also