C# Class Epiworx.Data.EntityFramework.ApplicationEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Mostra file Open project: mattruma/epiworx-csla

Public Methods

Method 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

Method Description
GetSprintDuration ( int sprintId ) : decimal?
OnContextCreated ( ) : void

Method Details

AddToAttachments() public method

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

AddToFeedSourceMembers() public method

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

AddToFeeds() public method

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

AddToFilters() public method

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

AddToHours() public method

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

AddToNotes() public method

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

AddToProjectUserMembers() public method

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

AddToProjects() public method

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

AddToRoles() public method

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

AddToSourceTypes() public method

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

AddToSources() public method

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

AddToSprints() public method

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

AddToStatuses() public method

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

AddToStories() public method

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

AddToTimelines() public method

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

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

ApplicationEntities() public method

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

ApplicationEntities() public method

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

ApplicationEntities() public method

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