C# Class Quilt4.Service.SqlRepository.Converters.Converter

Show file Open project: Quilt4/Quilt4.Service

Public Methods

Method Description
ToApplication ( this x ) : Entity.Application
ToIssueTypePageIssue ( this y ) : IssueTypePageIssue
ToIssueTypePageIssueType ( this x, IssueTypeDetail d ) : IssueTypePageIssueType
ToProjectPageApplication ( this x ) : ProjectPageApplication
ToProjectPageProject ( this x ) : ProjectPageProject
ToVersion ( this x ) : Entity.Version

Method Details

ToApplication() public static method

public static ToApplication ( this x ) : Entity.Application
x this
return Entity.Application

ToIssueTypePageIssue() public static method

public static ToIssueTypePageIssue ( this y ) : IssueTypePageIssue
y this
return Quilt4.Service.Entity.IssueTypePageIssue

ToIssueTypePageIssueType() public static method

public static ToIssueTypePageIssueType ( this x, IssueTypeDetail d ) : IssueTypePageIssueType
x this
d Quilt4.Service.Entity.IssueTypeDetail
return Quilt4.Service.Entity.IssueTypePageIssueType

ToProjectPageApplication() public static method

public static ToProjectPageApplication ( this x ) : ProjectPageApplication
x this
return Quilt4.Service.Entity.ProjectPageApplication

ToProjectPageProject() public static method

public static ToProjectPageProject ( this x ) : ProjectPageProject
x this
return Quilt4.Service.Entity.ProjectPageProject

ToVersion() public static method

public static ToVersion ( this x ) : Entity.Version
x this
return Entity.Version