C# Class Zepheus.Database.WorldEntity

Keine Dokumentation für Metadaten verfügbar.
Inheritance: ObjectContext
Show file Open project: Zepheus/Zepheus_Fiesta

Public Methods

Method Description
AddToCharacters ( Character character ) : void

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

AddToDatabaseEquips ( DatabaseEquip databaseEquip ) : void

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

AddToDatabaseItems ( DatabaseItem databaseItem ) : void

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

AddToDatabaseSkills ( DatabaseSkill databaseSkill ) : void

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

AddToGuilds ( Guild guild ) : void

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

WorldEntity ( ) : System

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

WorldEntity ( System.Data.Entity.Core.EntityClient.EntityConnection connection ) : System

Initialize a new WorldEntity object.

WorldEntity ( string connectionString ) : System

Initialize a new WorldEntity object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToCharacters() public method

Deprecated Method for adding a new object to the Characters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCharacters ( Character character ) : void
character Character
return void

AddToDatabaseEquips() public method

Deprecated Method for adding a new object to the DatabaseEquips EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDatabaseEquips ( DatabaseEquip databaseEquip ) : void
databaseEquip DatabaseEquip
return void

AddToDatabaseItems() public method

Deprecated Method for adding a new object to the DatabaseItems EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDatabaseItems ( DatabaseItem databaseItem ) : void
databaseItem DatabaseItem
return void

AddToDatabaseSkills() public method

Deprecated Method for adding a new object to the DatabaseSkills EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDatabaseSkills ( DatabaseSkill databaseSkill ) : void
databaseSkill DatabaseSkill
return void

AddToGuilds() public method

Deprecated Method for adding a new object to the Guilds EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToGuilds ( Guild guild ) : void
guild Guild
return void

WorldEntity() public method

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

WorldEntity() public method

Initialize a new WorldEntity object.
public WorldEntity ( System.Data.Entity.Core.EntityClient.EntityConnection connection ) : System
connection System.Data.Entity.Core.EntityClient.EntityConnection
return System

WorldEntity() public method

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