C# 클래스 Hd.Portal.Comment

상속: CommentDTO, IEntity
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( int id ) : void
RetrieveOrCreate ( int id ) : Comment
Save ( ) : void
TryRetrieve ( int id, Comment &comment ) : bool

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( int id ) : void
id int
리턴 void

RetrieveOrCreate() 공개 정적인 메소드

public static RetrieveOrCreate ( int id ) : Comment
id int
리턴 Comment

Save() 공개 메소드

public Save ( ) : void
리턴 void

TryRetrieve() 공개 정적인 메소드

public static TryRetrieve ( int id, Comment &comment ) : bool
id int
comment Comment
리턴 bool