C# Class Quilt4.Service.SqlRepository.SqlReadRepository

Inheritance: IReadRepository
Show file Open project: Quilt4/Quilt4.Service

Public Methods

Method Description
GetDashboardProjects ( string userName ) : IEnumerable
GetIssueType ( System.Guid issueTypeKey ) : IssueTypePageIssueType
GetProject ( System.Guid projectKey ) : ProjectPageProject
GetProjectUsers ( System.Guid projectKey ) : IEnumerable
GetVersion ( System.Guid versionKey ) : VersionDetail
GetVersions ( System.Guid applicationKey ) : IEnumerable

Private Methods

Method Description
GetDataContext ( ) : Quilt4DataContext

Method Details

GetDashboardProjects() public method

public GetDashboardProjects ( string userName ) : IEnumerable
userName string
return IEnumerable

GetIssueType() public method

public GetIssueType ( System.Guid issueTypeKey ) : IssueTypePageIssueType
issueTypeKey System.Guid
return Quilt4.Service.Entity.IssueTypePageIssueType

GetProject() public method

public GetProject ( System.Guid projectKey ) : ProjectPageProject
projectKey System.Guid
return Quilt4.Service.Entity.ProjectPageProject

GetProjectUsers() public method

public GetProjectUsers ( System.Guid projectKey ) : IEnumerable
projectKey System.Guid
return IEnumerable

GetVersion() public method

public GetVersion ( System.Guid versionKey ) : VersionDetail
versionKey System.Guid
return VersionDetail

GetVersions() public method

public GetVersions ( System.Guid applicationKey ) : IEnumerable
applicationKey System.Guid
return IEnumerable