SnCore!

Bug Class Reference

List of all members.


Properties

virtual System.Int32 Id [get]
virtual System.Int32 AccountId [get, set]
virtual
System.Collections.Generic.IList
< BugLink
BugLinks [get, set]
virtual
System.Collections.Generic.IList
< BugNote
BugNotes [get, set]
virtual System.DateTime Created [get, set]
virtual System.String Details [get, set]
virtual BugPriority Priority [get, set]
virtual BugProject Project [get, set]
virtual
System.Collections.Generic.IList
< BugLink
RelatedBugBugLinks [get, set]
virtual BugResolution Resolution [get, set]
virtual BugSeverity Severity [get, set]
virtual BugStatu Status [get, set]
virtual System.String Subject [get, set]
virtual BugType Type [get, set]
virtual System.DateTime Updated [get, set]

Detailed Description

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

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


Property Documentation

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 'Bug_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Int32 AccountId [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_AccountId' 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<BugLink> BugLinks [get, set]

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'BugLink'. 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 'BugLink.Bug'. 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_BugLinks' 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 'BugLink' table in the data source. The property maps to the identity column 'Bug_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Collections.Generic.IList<BugNote> BugNotes [get, set]

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'BugNote'. 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 'BugNote.Bug'. 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_BugNotes' 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 'BugNote' table in the data source. The property maps to the identity column 'Bug_Id' 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.String Details [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_Details' that holds the value for this property is 'PrivateAccess'.

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

virtual BugPriority Priority [get, set]

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

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

virtual BugProject Project [get, set]

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

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

virtual System.Collections.Generic.IList<BugLink> RelatedBugBugLinks [get, set]

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'BugLink'. 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 'BugLink.RelatedBug'. 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_RelatedBugBugLinks' 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 'BugLink' table in the data source. The property maps to the identity column 'RelatedBug_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual BugResolution Resolution [get, set]

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

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

virtual BugSeverity Severity [get, set]

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

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

virtual BugStatu Status [get, set]

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

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

virtual System.String Subject [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_Subject' that holds the value for this property is 'PrivateAccess'.

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

virtual BugType Type [get, set]

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

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

virtual System.DateTime Updated [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_Updated' that holds the value for this property is 'PrivateAccess'.

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


The documentation for this class was generated from the following file:
  • Bug.cs
© Vestris Inc., 2006-2007, All Rights Reserved | SnCore | Wed Mar 5 09:56:23 2008 | Doxygen 1.5.4