C# Class Epiworx.Data.EntityFramework.ApplicationEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: mattruma/epiworx-csla

Méthodes publiques

Méthode Description
AddToAttachments ( Attachment attachment ) : void

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

AddToFeedSourceMembers ( FeedSourceMember feedSourceMember ) : void

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

AddToFeeds ( Feed feed ) : void

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

AddToFilters ( Filter filter ) : void

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

AddToHours ( Hour hour ) : void

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

AddToNotes ( Note note ) : void

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

AddToProjectUserMembers ( ProjectUserMember projectUserMember ) : void

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

AddToProjects ( Project project ) : void

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

AddToRoles ( Role role ) : void

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

AddToSourceTypes ( SourceType sourceType ) : void

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

AddToSources ( Source source ) : void

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

AddToSprints ( Sprint sprint ) : void

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

AddToStatuses ( Status status ) : void

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

AddToStories ( Story story ) : void

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

AddToTimelines ( Timeline timeline ) : void

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

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.

ApplicationEntities ( ) : System

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

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

Initialize a new ApplicationEntities object.

ApplicationEntities ( string connectionString ) : System

Initialize a new ApplicationEntities object.

Private Methods

Méthode Description
GetSprintDuration ( int sprintId ) : decimal?
OnContextCreated ( ) : void

Method Details

AddToAttachments() public méthode

Deprecated Method for adding a new object to the Attachments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAttachments ( Attachment attachment ) : void
attachment Attachment
Résultat void

AddToFeedSourceMembers() public méthode

Deprecated Method for adding a new object to the FeedSourceMembers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFeedSourceMembers ( FeedSourceMember feedSourceMember ) : void
feedSourceMember FeedSourceMember
Résultat void

AddToFeeds() public méthode

Deprecated Method for adding a new object to the Feeds EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFeeds ( Feed feed ) : void
feed Feed
Résultat void

AddToFilters() public méthode

Deprecated Method for adding a new object to the Filters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFilters ( Filter filter ) : void
filter Filter
Résultat void

AddToHours() public méthode

Deprecated Method for adding a new object to the Hours EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToHours ( Hour hour ) : void
hour Hour
Résultat void

AddToNotes() public méthode

Deprecated Method for adding a new object to the Notes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToNotes ( Note note ) : void
note Note
Résultat void

AddToProjectUserMembers() public méthode

Deprecated Method for adding a new object to the ProjectUserMembers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProjectUserMembers ( ProjectUserMember projectUserMember ) : void
projectUserMember ProjectUserMember
Résultat void

AddToProjects() public méthode

Deprecated Method for adding a new object to the Projects EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProjects ( Project project ) : void
project Project
Résultat void

AddToRoles() public méthode

Deprecated Method for adding a new object to the Roles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRoles ( Role role ) : void
role Role
Résultat void

AddToSourceTypes() public méthode

Deprecated Method for adding a new object to the SourceTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSourceTypes ( SourceType sourceType ) : void
sourceType SourceType
Résultat void

AddToSources() public méthode

Deprecated Method for adding a new object to the Sources EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSources ( Source source ) : void
source Source
Résultat void

AddToSprints() public méthode

Deprecated Method for adding a new object to the Sprints EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSprints ( Sprint sprint ) : void
sprint Sprint
Résultat void

AddToStatuses() public méthode

Deprecated Method for adding a new object to the Statuses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToStatuses ( Status status ) : void
status Status
Résultat void

AddToStories() public méthode

Deprecated Method for adding a new object to the Stories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToStories ( Story story ) : void
story Story
Résultat void

AddToTimelines() public méthode

Deprecated Method for adding a new object to the Timelines EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTimelines ( Timeline timeline ) : void
timeline Timeline
Résultat void

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

ApplicationEntities() public méthode

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

ApplicationEntities() public méthode

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

ApplicationEntities() public méthode

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