C# Class MovingScrewdriver.Web.Models.PostComments

显示文件 Open project: Gutek/MovingScrewdriver Class Usage Examples

Public Methods

Method Description
AreCommentsClosed ( Post post, int numberOfDayToCloseComments ) : bool
GenerateNewCommentId ( ) : int
PostComments ( ) : System

Method Details

AreCommentsClosed() public method

public AreCommentsClosed ( Post post, int numberOfDayToCloseComments ) : bool
post Post
numberOfDayToCloseComments int
return bool

GenerateNewCommentId() public method

public GenerateNewCommentId ( ) : int
return int

PostComments() public method

public PostComments ( ) : System
return System