Reminder Class ReferenceList of all members.
Detailed Description
-------------------------------------------------------------------------------- summary> Persistent domain entity class representing 'Reminder' entities. /summary> remarks>
Mapping information: This class maps to the 'Reminder' table in the data source. /remarks> --------------------------------------------------------------------------------
Property Documentation
|
|
-------------------------------------------------------------------------------- summary> Persistent one-many reference property. /summary> remarks> This property accepts references to objects of the type 'DataObject'. This property is part of a 'OneToMany' relationship. The inverse property for this property is 'DataObject.Reminders'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_DataObject' that holds the value for this property is 'PrivateAccess'.
Mapping information: The property maps to the column 'DataObject_Id' in the data source. /remarks> -------------------------------------------------------------------------------- |
virtual System.String DataObjectField [get, set] |
|
|
|
-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.String'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_DataObjectField' that holds the value for this property is 'PrivateAccess'.
Mapping information: The property maps to the column 'DataObjectField' in the data source. /remarks> -------------------------------------------------------------------------------- |
virtual System.Int32 DeltaHours [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_DeltaHours' that holds the value for this property is 'PrivateAccess'.
Mapping information: The property maps to the column 'DeltaHours' in the data source. /remarks> -------------------------------------------------------------------------------- |
virtual System.Boolean Enabled [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_Enabled' that holds the value for this property is 'PrivateAccess'.
Mapping information: The property maps to the column 'Enabled' 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 'Reminder_Id' in the data source. /remarks> -------------------------------------------------------------------------------- |
virtual System.DateTime LastRun [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_LastRun' that holds the value for this property is 'PrivateAccess'.
Mapping information: The property maps to the column 'LastRun' in the data source. /remarks> -------------------------------------------------------------------------------- |
virtual System.String LastRunError [get, set] |
|
|
|
-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.String'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_LastRunError' that holds the value for this property is 'PrivateAccess'.
Mapping information: The property maps to the column 'LastRunError' in the data source. /remarks> -------------------------------------------------------------------------------- |
virtual System.Boolean Recurrent [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_Recurrent' that holds the value for this property is 'PrivateAccess'.
Mapping information: The property maps to the column 'Recurrent' in the data source. /remarks> -------------------------------------------------------------------------------- |
|
|
-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'ReminderAccountProperty'. 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 'ReminderAccountProperty.Reminder'. 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_ReminderAccountProperties' that holds the value for this property is 'PrivateAccess'. This property is marked as slave.
Mapping information: This class maps to the 'ReminderAccountProperty' table in the data source. The property maps to the identity column 'Reminder_Id' in the data source. /remarks> -------------------------------------------------------------------------------- |
virtual System.Collections.Generic.IList<ReminderEvent> ReminderEvents [get, set] |
|
|
|
-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'ReminderEvent'. 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 'ReminderEvent.Reminder'. 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_ReminderEvents' 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 'ReminderEvent' table in the data source. The property maps to the identity column 'Reminder_Id' in the data source. /remarks> -------------------------------------------------------------------------------- |
virtual System.String Url [get, set] |
|
|
|
-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.String'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_Url' that holds the value for this property is 'PrivateAccess'.
Mapping information: The property maps to the column 'Url' in the data source. /remarks> -------------------------------------------------------------------------------- |
The documentation for this class was generated from the following file:
|