SnCore!

AccountEmail Class Reference

List of all members.


Properties

virtual System.Int32 Id [get]
virtual Account Account [get, set]
virtual
System.Collections.Generic.IList
< AccountEmailConfirmation
AccountEmailConfirmations [get, set]
virtual System.String Address [get, set]
virtual System.DateTime Created [get, set]
virtual System.DateTime Modified [get, set]
virtual System.Boolean Principal [get, set]
virtual System.Boolean Verified [get, set]
virtual System.Boolean Failed [get, set]
virtual System.String LastError [get, set]

Detailed Description

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

Mapping information: This class maps to the 'AccountEmail' 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 'AccountEmail_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.AccountEmails'. 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<AccountEmailConfirmation> AccountEmailConfirmations [get, set]

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

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

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

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

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

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

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

Mapping information: The property maps to the column 'Failed' 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> --------------------------------------------------------------------------------


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