SnCore!

Place Class Reference

List of all members.


Properties

virtual System.Int32 Id [get]
virtual Account Account [get, set]
virtual
System.Collections.Generic.IList
< AccountEvent
AccountEvents [get, set]
virtual
System.Collections.Generic.IList
< AccountPlaceFavorite
AccountPlaceFavorites [get, set]
virtual
System.Collections.Generic.IList
< AccountPlaceRequest
AccountPlaceRequests [get, set]
virtual
System.Collections.Generic.IList
< AccountPlace
AccountPlaces [get, set]
virtual City City [get, set]
virtual System.DateTime Created [get, set]
virtual System.String CrossStreet [get, set]
virtual System.String Description [get, set]
virtual System.String Email [get, set]
virtual System.String Fax [get, set]
virtual System.DateTime Modified [get, set]
virtual System.String Name [get, set]
virtual System.String Phone [get, set]
virtual
System.Collections.Generic.IList
< PlaceName
PlaceNames [get, set]
virtual
System.Collections.Generic.IList
< PlacePicture
PlacePictures [get, set]
virtual System.String Street [get, set]
virtual PlaceType Type [get, set]
virtual System.String Website [get, set]
virtual System.String Zip [get, set]
virtual
System.Collections.Generic.IList
< PlacePropertyValue
PlacePropertyValues [get, set]
virtual
System.Collections.Generic.IList
< PlaceAttribute
PlaceAttributes [get, set]
virtual
System.Collections.Generic.IList
< PlaceQueueItem
PlaceQueueItems [get, set]
virtual Neighborhood Neighborhood [get, set]
virtual
System.Collections.Generic.IList
< AccountGroupPlace
AccountGroupPlaces [get, set]
virtual
System.Collections.Generic.IList
< PlaceChangeRequest
PlaceChangeRequests [get, set]

Detailed Description

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

Mapping information: This class maps to the 'Place' 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 'Place_Id' in the data source. /remarks> --------------------------------------------------------------------------------

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

virtual System.Collections.Generic.IList<AccountPlaceFavorite> AccountPlaceFavorites [get, set]

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

virtual System.Collections.Generic.IList<AccountPlaceRequest> AccountPlaceRequests [get, set]

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

virtual System.Collections.Generic.IList<AccountPlace> AccountPlaces [get, set]

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

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.Places'. 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.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 CrossStreet [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_CrossStreet' that holds the value for this property is 'PrivateAccess'.

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

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

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

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

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

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

Mapping information: The property maps to the column 'Fax' 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.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.String Phone [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_Phone' that holds the value for this property is 'PrivateAccess'.

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

virtual System.Collections.Generic.IList<PlaceName> PlaceNames [get, set]

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

virtual System.Collections.Generic.IList<PlacePicture> PlacePictures [get, set]

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

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

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

virtual PlaceType Type [get, set]

-------------------------------------------------------------------------------- summary> Persistent one-many reference property. /summary> remarks> This property accepts references to objects of the type 'PlaceType'. This property is part of a 'OneToMany' relationship. The inverse property for this property is 'PlaceType.Places'. 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' in the data source. /remarks> --------------------------------------------------------------------------------

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

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

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

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

virtual System.Collections.Generic.IList<PlacePropertyValue> PlacePropertyValues [get, set]

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

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

virtual System.Collections.Generic.IList<PlaceAttribute> PlaceAttributes [get, set]

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

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

virtual System.Collections.Generic.IList<PlaceQueueItem> PlaceQueueItems [get, set]

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

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

virtual Neighborhood Neighborhood [get, set]

-------------------------------------------------------------------------------- summary> Persistent one-many reference property. /summary> remarks> This property accepts references to objects of the type 'Neighborhood'. This property is part of a 'OneToMany' relationship. The inverse property for this property is 'Neighborhood.Places'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_Neighborhood' 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.Collections.Generic.IList<AccountGroupPlace> AccountGroupPlaces [get, set]

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

Mapping information: This class maps to the 'AccountGroupPlace' table in the data source. The property maps to the identity column 'Place_Id' 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.Place'. 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 'Place_Id' in the data source. /remarks> --------------------------------------------------------------------------------


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