Click or drag to resize

PickupIntervalPartialEntity Class

PickupInterval Partial Entity
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.SettingsPickupIntervalPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class PickupIntervalPartialEntity : EntityObject, 
	IPartialEntity

The PickupIntervalPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyIsMonthly
Gets or sets a value indicating whether this instance is monthly.
Public propertyIsWeekly
Gets or sets a value indicating whether this instance is weekly.
Public propertyNoOfDays
Gets or sets the no of days.
Public propertyNoOfMonths
Gets or sets the no of months.
Top
See Also