C# Class Zepheus.Database.AccountEntity

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: Zepheus/Zepheus_Fiesta

Méthodes publiques

Méthode Description
AccountEntity ( ) : System

Initializes a new AccountEntity object using the connection string found in the 'AccountEntity' section of the application configuration file.

AccountEntity ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new AccountEntity object.

AccountEntity ( string connectionString ) : System

Initialize a new AccountEntity object.

AddToUsers ( User user ) : void

Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AccountEntity() public méthode

Initializes a new AccountEntity object using the connection string found in the 'AccountEntity' section of the application configuration file.
public AccountEntity ( ) : System
Résultat System

AccountEntity() public méthode

Initialize a new AccountEntity object.
public AccountEntity ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

AccountEntity() public méthode

Initialize a new AccountEntity object.
public AccountEntity ( string connectionString ) : System
connectionString string
Résultat System

AddToUsers() public méthode

Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUsers ( User user ) : void
user User
Résultat void