Click or drag to resize

AutoPayIntervalPartialEntity Class

Auto Pay Interval Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.AutoPayAutoPayIntervalPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.AutoPay
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class AutoPayIntervalPartialEntity : IntegrationEntity

The AutoPayIntervalPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodAutoPayIntervalPartialEntity
Initializes a new instance of the AutoPayIntervalPartialEntity class.
Public methodAutoPayIntervalPartialEntity(Object)
Initializes a new instance of the AutoPayIntervalPartialEntity class.
Top
Properties
  NameDescription
Public propertyAutoPayIntervalId
Gets or sets the automatic pay interval identifier.
Public propertyExternalDescription
Gets or sets the External Description.
Public propertyIntervalId
Gets or sets the interval identifier.
Public propertyIsDaily
Gets or sets a value indicating whether [is daily].
Public propertyIsDeleted
Gets or sets a value indicating whether [is deleted].
Public propertyIsMonthly
Gets or sets a value indicating whether [is monthly].
Public propertyIsWeekly
Gets or sets a value indicating whether [is weekly].
Public propertyNoOfDays
Gets or sets the no of days.
Public propertyNoOfMonths
Gets or sets the no of months.
Public propertyShortName
Gets or sets the short name.
Top
See Also