C# Class GetIn.Comment

ファイルを表示 Open project: bagheera/getin Class Usage Examples

Public Methods

Method Description
Comment ( ) : System
Comment ( User commentor, User commentedOn, String content ) : System
Comment ( User commentor, User commentedOn, String content, GetInDate myDate ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Comment() public method

public Comment ( ) : System
return System

Comment() public method

public Comment ( User commentor, User commentedOn, String content ) : System
commentor User
commentedOn User
content String
return System

Comment() public method

public Comment ( User commentor, User commentedOn, String content, GetInDate myDate ) : System
commentor User
commentedOn User
content String
myDate GetInDate
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int