Click or drag to resize

DayOfWeekPartialEntity Class

Day Of Week Partial Entity
Inheritance Hierarchy
System.Object
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.AutoPay.DayOfWeekPartialEntity

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 DayOfWeekPartialEntity : IntegrationEntity

The DayOfWeekPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodDayOfWeekPartialEntity()
Initializes a new instance of the DayOfWeekPartialEntity class.
Public methodDayOfWeekPartialEntity(Object)
Initializes a new instance of the DayOfWeekPartialEntity class.
Top
Properties
  NameDescription
Public propertyAbbreviatedDayOfWeek
Gets or sets the abbreviated day of week.
Public propertyDayOfWeek
Gets or sets the day of week.
Public propertyDayOfWeekId
Gets or sets the day of week identifier.
Public propertyDescriminator
Gets or sets the descriminator.
Public propertyIsWorkingDay
Gets or sets a value indicating whether [is working day].
Top
See Also