C# 클래스 GetIn.Comment

파일 보기 프로젝트 열기: bagheera/getin 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Comment() 공개 메소드

public Comment ( ) : System
리턴 System

Comment() 공개 메소드

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

Comment() 공개 메소드

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

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int