Click or drag to resize

AccountingPeriodEntity Class

An acount period.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.LookupLookupItem
    AMCS.Elemos.IntegrationService.Entity.TransactionsAccountingPeriodEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Transactions
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class AccountingPeriodEntity : LookupItem

The AccountingPeriodEntity type exposes the following members.

Constructors
  NameDescription
Public methodAccountingPeriodEntity
Initializes a new instance of the AccountingPeriodEntity class
Top
Properties
  NameDescription
Public propertyCode
Gets or sets the code.
Public propertyEndDate
Gets or sets the end date.
Public propertyIsClosed
Gets or sets a value indicating whether this instance is closed.
Public propertyStartDate
Gets or sets the start date.
Top
See Also