C# 클래스 Engage.Dnn.Locator.Comment

파일 보기 프로젝트 열기: EngageSoftware/Engage-Locator 1 사용 예제들

공개 메소드들

메소드 설명
DeleteComment ( int commentId ) : void
GetComment ( int commentId ) : Comment
SaveComment ( ) : void
Update ( ) : void

메소드 상세

DeleteComment() 공개 정적인 메소드

public static DeleteComment ( int commentId ) : void
commentId int
리턴 void

GetComment() 공개 정적인 메소드

public static GetComment ( int commentId ) : Comment
commentId int
리턴 Comment

SaveComment() 공개 메소드

public SaveComment ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void