SnCore!

Account Class Reference

List of all members.


Properties

virtual System.Int32 Id [get]
virtual
System.Collections.Generic.IList
< AccountAddress
AccountAddresses [get, set]
virtual
System.Collections.Generic.IList
< AccountBlogAuthor
AccountBlogAuthors [get, set]
virtual
System.Collections.Generic.IList
< AccountBlog
AccountBlogs [get, set]
virtual
System.Collections.Generic.IList
< AccountEmailMessage
AccountEmailMessages [get, set]
virtual
System.Collections.Generic.IList
< AccountEmail
AccountEmails [get, set]
virtual
System.Collections.Generic.IList
< AccountEvent
AccountEvents [get, set]
virtual
System.Collections.Generic.IList
< AccountFeed
AccountFeeds [get, set]
virtual
System.Collections.Generic.IList
< AccountFriendRequest
AccountFriendRequests [get, set]
virtual
System.Collections.Generic.IList
< AccountFriend
AccountFriends [get, set]
virtual
System.Collections.Generic.IList
< AccountInvitation
AccountInvitations [get, set]
virtual
System.Collections.Generic.IList
< AccountMessageFolder
AccountMessageFolders [get, set]
virtual
System.Collections.Generic.IList
< AccountMessage
AccountMessages [get, set]
virtual
System.Collections.Generic.IList
< AccountOpenId
AccountOpenIds [get, set]
virtual
System.Collections.Generic.IList
< AccountPicture
AccountPictures [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
System.Collections.Generic.IList
< AccountStory
AccountStories [get, set]
virtual
System.Collections.Generic.IList
< AccountSurveyAnswer
AccountSurveyAnswers [get, set]
virtual
System.Collections.Generic.IList
< AccountWebsite
AccountWebsites [get, set]
virtual System.DateTime Birthday [get, set]
virtual System.String City [get, set]
virtual Country Country [get, set]
virtual System.DateTime Created [get, set]
virtual
System.Collections.Generic.IList
< Discussion
Discussions [get, set]
virtual System.Boolean Enabled [get, set]
virtual System.Boolean IsAdministrator [get, set]
virtual
System.Collections.Generic.IList
< AccountFriendRequest
KeenAccountFriendRequests [get, set]
virtual
System.Collections.Generic.IList
< AccountFriend
KeenAccountFriends [get, set]
virtual System.DateTime LastLogin [get, set]
virtual System.DateTime Modified [get, set]
virtual System.String Name [get, set]
virtual System.String Password [get, set]
virtual
System.Collections.Generic.IList
< Place
Places [get, set]
virtual
System.Collections.Generic.IList
< ReminderEvent
ReminderEvents [get, set]
virtual System.String Signature [get, set]
virtual State State [get, set]
virtual
System.Collections.Generic.IList
< Schedule
Schedules [get, set]
virtual
System.Collections.Generic.IList
< RefererAccount
RefererAccounts [get, set]
virtual
System.Collections.Generic.IList
< AccountPropertyValue
AccountPropertyValues [get, set]
virtual
System.Collections.Generic.IList
< AccountAttribute
AccountAttributes [get, set]
virtual
System.Collections.Generic.IList
< AccountLicense
AccountLicenses [get, set]
virtual System.Boolean IsPasswordExpired [get, set]
virtual
System.Collections.Generic.IList
< CampaignAccountRecepient
CampaignAccountRecepients [get, set]
virtual System.Int32 TimeZone [get, set]
virtual
System.Collections.Generic.IList
< MadLib
MadLibs [get, set]
virtual
System.Collections.Generic.IList
< PlaceQueue
PlaceQueues [get, set]
virtual
System.Collections.Generic.IList
< PlacePicture
PlacePictures [get, set]
virtual
System.Collections.Generic.IList
< AccountRedirect
AccountRedirects [get, set]
virtual
System.Collections.Generic.IList
< AccountGroupAccount
AccountGroupAccounts [get, set]
virtual
System.Collections.Generic.IList
< AccountGroupPicture
AccountGroupPictures [get, set]
virtual
System.Collections.Generic.IList
< AccountGroupAccountInvitation
AccountGroupAccountInvitations [get, set]
virtual
System.Collections.Generic.IList
< AccountGroupAccountRequest
AccountGroupAccountRequests [get, set]
virtual
System.Collections.Generic.IList
< AccountGroupAccountInvitation
RequesterAccountGroupAccountInvitations [get, set]
virtual
System.Collections.Generic.IList
< AccountEventPicture
AccountEventPictures [get, set]
virtual
System.Collections.Generic.IList
< AccountRssWatch
AccountRssWatchs [get, set]
virtual
System.Collections.Generic.IList
< AccountFlag
AccountFlags [get, set]
virtual
System.Collections.Generic.IList
< AccountFlag
FlaggedAccountAccountFlags [get, set]
virtual
System.Collections.Generic.IList
< PlaceChangeRequest
PlaceChangeRequests [get, set]
virtual
System.Collections.Generic.IList
< AccountQuota
AccountQuotas [get, set]

Detailed Description

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

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

virtual System.Collections.Generic.IList<AccountAddress> AccountAddresses [get, set]

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

virtual System.Collections.Generic.IList<AccountBlogAuthor> AccountBlogAuthors [get, set]

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

virtual System.Collections.Generic.IList<AccountBlog> AccountBlogs [get, set]

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

virtual System.Collections.Generic.IList<AccountEmailMessage> AccountEmailMessages [get, set]

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

virtual System.Collections.Generic.IList<AccountEmail> AccountEmails [get, set]

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'AccountEmail'. 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 'AccountEmail.Account'. 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_AccountEmails' 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 'AccountEmail' table in the data source. The property maps to the identity 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.Account'. 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 'Account_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Collections.Generic.IList<AccountFeed> AccountFeeds [get, set]

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

virtual System.Collections.Generic.IList<AccountFriendRequest> AccountFriendRequests [get, set]

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

virtual System.Collections.Generic.IList<AccountFriend> AccountFriends [get, set]

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

virtual System.Collections.Generic.IList<AccountInvitation> AccountInvitations [get, set]

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

virtual System.Collections.Generic.IList<AccountMessageFolder> AccountMessageFolders [get, set]

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

virtual System.Collections.Generic.IList<AccountMessage> AccountMessages [get, set]

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

virtual System.Collections.Generic.IList<AccountOpenId> AccountOpenIds [get, set]

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

virtual System.Collections.Generic.IList<AccountPicture> AccountPictures [get, set]

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'AccountPicture'. 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 'AccountPicture.Account'. 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_AccountPictures' 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 'AccountPicture' table in the data source. The property maps to the identity column 'Account_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.Account'. 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 'Account_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.Account'. 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 'Account_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.Account'. 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 'Account_Id' in the data source. /remarks> --------------------------------------------------------------------------------

virtual System.Collections.Generic.IList<AccountStory> AccountStories [get, set]

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

virtual System.Collections.Generic.IList<AccountSurveyAnswer> AccountSurveyAnswers [get, set]

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

virtual System.Collections.Generic.IList<AccountWebsite> AccountWebsites [get, set]

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

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

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

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

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

virtual Country Country [get, set]

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

Mapping information: The property maps to the column 'Country_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.Collections.Generic.IList<Discussion> Discussions [get, set]

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'Discussion'. 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 'Discussion.Account'. 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_Discussions' 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 'Discussion' table in the data source. The property maps to the identity column 'Account_Id' 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.Boolean IsAdministrator [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_IsAdministrator' that holds the value for this property is 'PrivateAccess'.

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

virtual System.Collections.Generic.IList<AccountFriendRequest> KeenAccountFriendRequests [get, set]

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

virtual System.Collections.Generic.IList<AccountFriend> KeenAccountFriends [get, set]

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

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

Mapping information: The property maps to the column 'LastLogin' 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 Password [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_Password' that holds the value for this property is 'PrivateAccess'.

Mapping information: The property maps to the column 'Password' 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.Account'. 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 Read-Only. 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 'Account_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.Account'. 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 'Account_Id' in the data source. /remarks> --------------------------------------------------------------------------------

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

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

virtual State State [get, set]

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

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

virtual System.Collections.Generic.IList<Schedule> Schedules [get, set]

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

virtual System.Collections.Generic.IList<RefererAccount> RefererAccounts [get, set]

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

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

virtual System.Collections.Generic.IList<AccountPropertyValue> AccountPropertyValues [get, set]

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

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

virtual System.Collections.Generic.IList<AccountAttribute> AccountAttributes [get, set]

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

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

virtual System.Collections.Generic.IList<AccountLicense> AccountLicenses [get, set]

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

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

virtual System.Boolean IsPasswordExpired [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_IsPasswordExpired' that holds the value for this property is 'PrivateAccess'.

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

virtual System.Collections.Generic.IList<CampaignAccountRecepient> CampaignAccountRecepients [get, set]

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

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

virtual System.Int32 TimeZone [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_TimeZone' that holds the value for this property is 'PrivateAccess'.

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

virtual System.Collections.Generic.IList<MadLib> MadLibs [get, set]

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

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

virtual System.Collections.Generic.IList<PlaceQueue> PlaceQueues [get, set]

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

Mapping information: This class maps to the 'PlaceQueue' table in the data source. The property maps to the identity column 'Account_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.Account'. 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 slave.

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

virtual System.Collections.Generic.IList<AccountRedirect> AccountRedirects [get, set]

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

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

virtual System.Collections.Generic.IList<AccountGroupAccount> AccountGroupAccounts [get, set]

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

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

virtual System.Collections.Generic.IList<AccountGroupPicture> AccountGroupPictures [get, set]

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

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

virtual System.Collections.Generic.IList<AccountGroupAccountInvitation> AccountGroupAccountInvitations [get, set]

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

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

virtual System.Collections.Generic.IList<AccountGroupAccountRequest> AccountGroupAccountRequests [get, set]

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

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

virtual System.Collections.Generic.IList<AccountGroupAccountInvitation> RequesterAccountGroupAccountInvitations [get, set]

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

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

virtual System.Collections.Generic.IList<AccountEventPicture> AccountEventPictures [get, set]

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

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

virtual System.Collections.Generic.IList<AccountRssWatch> AccountRssWatchs [get, set]

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

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

virtual System.Collections.Generic.IList<AccountFlag> AccountFlags [get, set]

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

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

virtual System.Collections.Generic.IList<AccountFlag> FlaggedAccountAccountFlags [get, set]

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

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

virtual System.Collections.Generic.IList<AccountQuota> AccountQuotas [get, set]

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

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


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