FoodCandy!

Neighborhood Class Reference

List of all members.

Properties

virtual System.Int32 Id
virtual City City
virtual System.String Name
virtual System.Collections.Generic.IList<
Place
Places
virtual System.Collections.Generic.IList<
PlaceChangeRequest
PlaceChangeRequests

Detailed Description

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

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


Property Documentation

virtual City City [get, set]
 

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

Mapping information: The property maps to the column 'City_Id' 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 'Neighborhood_Id' in the data source. /remarks> --------------------------------------------------------------------------------

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

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

virtual System.Collections.Generic.IList<PlaceChangeRequest> PlaceChangeRequests [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'PlaceChangeRequest'. 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 'PlaceChangeRequest.Neighborhood'. 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_PlaceChangeRequests' that holds the value for this property is 'PrivateAccess'. This property is marked as slave.

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

virtual System.Collections.Generic.IList<Place> Places [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'Place'. 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 'Place.Neighborhood'. 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_Places' that holds the value for this property is 'PrivateAccess'. This property is marked as slave.

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


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