C# 클래스 BgEngine.Domain.EntityModel.Comment

Represents messages. This messages are written by users and references Posts
파일 보기 프로젝트 열기: yagopv/BgEngine 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddRelatedComment ( Comment comment ) : void

Adds a related Comment

Comment ( ) : System

ctor

DeleteFromRelatedCollection ( Comment relatedComment ) : void

Removes a related Comment from the Colecction

메소드 상세

AddRelatedComment() 공개 메소드

Adds a related Comment
public AddRelatedComment ( Comment comment ) : void
comment Comment
리턴 void

Comment() 공개 메소드

ctor
public Comment ( ) : System
리턴 System

DeleteFromRelatedCollection() 공개 메소드

Removes a related Comment from the Colecction
public DeleteFromRelatedCollection ( Comment relatedComment ) : void
relatedComment Comment
리턴 void