FoodCandy!

AccountFeed Class Reference

List of all members.

Properties

virtual System.Int32 Id
virtual Account Account
virtual System.Collections.Generic.IList<
AccountFeedItem
AccountFeedItems
virtual System.DateTime Created
virtual System.String Description
virtual FeedType FeedType
virtual System.String FeedUrl
virtual System.String LastError
virtual System.String LinkUrl
virtual System.String Name
virtual System.String Password
virtual System.Boolean Publish
virtual System.DateTime Updated
virtual System.Int32 UpdateFrequency
virtual System.String Username
virtual System.Boolean PublishImgs
virtual System.Boolean PublishMedia

Detailed Description

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

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


Property Documentation

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.AccountFeeds'. 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<AccountFeedItem> AccountFeedItems [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent many-one reference property. /summary> remarks> This property accepts multiple references to objects of the type 'AccountFeedItem'. 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 'AccountFeedItem.AccountFeed'. 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_AccountFeedItems' 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 'AccountFeedItem' table in the data source. The property maps to the identity column 'AccountFeed_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 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 FeedType FeedType [get, set]
 

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

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

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

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

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

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

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

Mapping information: The property maps to the column 'LinkUrl' 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.Boolean Publish [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_Publish' that holds the value for this property is 'PrivateAccess'.

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

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

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

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

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

virtual System.DateTime Updated [get, set]
 

-------------------------------------------------------------------------------- summary> Persistent primitive property. /summary> remarks> This property accepts values of the type 'System.DateTime'. The accessibility level for this property is 'PublicAccess'. The accessibility level for the field 'm_Updated' that holds the value for this property is 'PrivateAccess'.

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

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

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

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

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


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