C# Класс Epiworx.Data.EntityFramework.ApplicationEntities

No Metadata Documentation available.
Наследование: ObjectContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetSprintDuration ( int sprintId ) : decimal?
OnContextCreated ( ) : void

Описание методов

AddToAttachments() публичный Метод

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
Результат void

AddToFeedSourceMembers() публичный Метод

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
Результат void

AddToFeeds() публичный Метод

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
Результат void

AddToFilters() публичный Метод

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
Результат void

AddToHours() публичный Метод

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
Результат void

AddToNotes() публичный Метод

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
Результат void

AddToProjectUserMembers() публичный Метод

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
Результат void

AddToProjects() публичный Метод

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
Результат void

AddToRoles() публичный Метод

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
Результат void

AddToSourceTypes() публичный Метод

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
Результат void

AddToSources() публичный Метод

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
Результат void

AddToSprints() публичный Метод

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
Результат void

AddToStatuses() публичный Метод

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
Результат void

AddToStories() публичный Метод

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
Результат void

AddToTimelines() публичный Метод

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
Результат void

AddToUsers() публичный Метод

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
Результат void

ApplicationEntities() публичный Метод

Initializes a new ApplicationEntities object using the connection string found in the 'ApplicationEntities' section of the application configuration file.
public ApplicationEntities ( ) : System
Результат System

ApplicationEntities() публичный Метод

Initialize a new ApplicationEntities object.
public ApplicationEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Результат System

ApplicationEntities() публичный Метод

Initialize a new ApplicationEntities object.
public ApplicationEntities ( string connectionString ) : System
connectionString string
Результат System