C# Class Zepheus.Database.AccountEntity

No Metadata Documentation available.
Inheritance: ObjectContext
Datei anzeigen Open project: Zepheus/Zepheus_Fiesta

Public Methods

Method 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

Method Description
OnContextCreated ( ) : void

Method Details

AccountEntity() public method

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

AccountEntity() public method

Initialize a new AccountEntity object.
public AccountEntity ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

AccountEntity() public method

Initialize a new AccountEntity object.
public AccountEntity ( string connectionString ) : System
connectionString string
return System

AddToUsers() public method

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
return void