FoodCandy!

Schedule Class Reference

List of all members.

Properties

virtual System.Int32 Id
virtual System.Collections.Generic.IList<
AccountEvent
AccountEvents
virtual System.Boolean AllDay
virtual System.Int32 DailyEveryNDays
virtual System.DateTime EndDateTime
virtual System.Boolean Endless
virtual System.Int32 EndOccurrences
virtual System.Int32 MonthlyDay
virtual System.Int32 MonthlyExDayIndex
virtual System.Int32 MonthlyExDayName
virtual System.Int32 MonthlyExMonth
virtual System.Int32 MonthlyMonth
virtual System.Int16 RecurrencePattern
virtual System.DateTime StartDateTime
virtual System.Int16 WeeklyDaysOfWeek
virtual System.Int32 WeeklyEveryNWeeks
virtual System.Int32 YearlyDay
virtual System.Int32 YearlyExDayIndex
virtual System.Int32 YearlyExDayName
virtual System.Int32 YearlyExMonth
virtual System.Int32 YearlyMonth
virtual Account Account
virtual System.DateTime Created
virtual System.DateTime Modified
virtual System.Collections.Generic.IList<
ScheduleInstance
ScheduleInstances
virtual System.Boolean NoEndDateTime

Detailed Description

-------------------------------------------------------------------------------- summary> Persistent domain entity class representing 'Schedule' entities. /summary> remarks>

Mapping information: This class maps to the 'Schedule' table in the data source. /remarks> --------------------------------------------------------------------------------


Property Documentation

virtual Account Account [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent one-many reference property. /summary> remarks> This property accepts references to objects of the type 'Account'. This property is part of a 'OneToMany' relationship. The inverse property for this property is 'Account.Schedules'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_Account' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Account_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Collections.Generic.IList<AccountEvent> AccountEvents [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'AccountEvent'. This property is part of a 'ManyToOne' relationship. The data type for this property is 'System.Collections.IList'. The inverse property for this property is 'AccountEvent.Schedule'. This property inherits its mapping information from its inverse property. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_AccountEvents' that holds the value for this property is 'PrivateAccess'. This property is marked as Read-Only. This property is marked as slave.

Mapping information: This class maps to the 'AccountEvent' table in the data source. The property maps to the identity column 'Schedule_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Boolean AllDay [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Boolean'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_AllDay' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'AllDay' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.DateTime Created [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.DateTime'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_Created' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Created' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 DailyEveryNDays [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_DailyEveryNDays' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Daily_EveryNDays' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.DateTime EndDateTime [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.DateTime'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_EndDateTime' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'EndDateTime' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Boolean Endless [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Boolean'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_Endless' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Endless' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 EndOccurrences [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_EndOccurrences' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'EndOccurrences' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 Id [get]
 

-------------------------------------------------------------------------------- summary> Persistent primitive identity property. /summary> remarks> This property is an identity property. The identity index for this property is '0'. This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_Id' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Schedule_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.DateTime Modified [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.DateTime'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_Modified' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Modified' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 MonthlyDay [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_MonthlyDay' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Monthly_Day' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 MonthlyExDayIndex [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_MonthlyExDayIndex' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'MonthlyEx_DayIndex' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 MonthlyExDayName [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_MonthlyExDayName' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'MonthlyEx_DayName' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 MonthlyExMonth [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_MonthlyExMonth' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'MonthlyEx_Month' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 MonthlyMonth [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_MonthlyMonth' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Monthly_Month' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Boolean NoEndDateTime [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Boolean'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_NoEndDateTime' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'NoEndDateTime' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int16 RecurrencePattern [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int16'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_RecurrencePattern' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'RecurrencePattern' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Collections.Generic.IList<ScheduleInstance> ScheduleInstances [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'ScheduleInstance'. This property is part of a 'ManyToOne' relationship. The data type for this property is 'System.Collections.IList'. The inverse property for this property is 'ScheduleInstance.Schedule'. This property inherits its mapping information from its inverse property. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_ScheduleInstances' that holds the value for this property is 'PrivateAccess'. This property is marked as slave.

Mapping information: This class maps to the 'ScheduleInstance' table in the data source. The property maps to the identity column 'Schedule_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.DateTime StartDateTime [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.DateTime'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_StartDateTime' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'StartDateTime' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int16 WeeklyDaysOfWeek [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int16'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_WeeklyDaysOfWeek' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Weekly_DaysOfWeek' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 WeeklyEveryNWeeks [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_WeeklyEveryNWeeks' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Weekly_EveryNWeeks' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 YearlyDay [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_YearlyDay' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Yearly_Day' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 YearlyExDayIndex [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_YearlyExDayIndex' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'YearlyEx_DayIndex' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 YearlyExDayName [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_YearlyExDayName' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'YearlyEx_DayName' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 YearlyExMonth [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_YearlyExMonth' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'YearlyEx_Month' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 YearlyMonth [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.Int32'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_YearlyMonth' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Yearly_Month' in the data source. /remarks> --------------------------------------------------------------------------------


The documentation for this class was generated from the following file:
  • Schedule.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:50 2007 | Doxygen 1.4.6-NO