C# Class ProjectManagement.Domain.IssuePaginationSettings

显示文件 Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Properties

Property Type Description
NumberOfIssues int

Public Methods

Method Description
IssuePaginationSettings ( int numberOfIssues )

Method Details

IssuePaginationSettings() public method

public IssuePaginationSettings ( int numberOfIssues )
numberOfIssues int

Property Details

NumberOfIssues public_oe property

public int NumberOfIssues
return int