C# Class BgEngine.Domain.EntityModel.Comment

Represents messages. This messages are written by users and references Posts
Datei anzeigen Open project: yagopv/BgEngine Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddRelatedComment ( Comment comment ) : void

Adds a related Comment

Comment ( ) : System

ctor

DeleteFromRelatedCollection ( Comment relatedComment ) : void

Removes a related Comment from the Colecction

Method Details

AddRelatedComment() public method

Adds a related Comment
public AddRelatedComment ( Comment comment ) : void
comment Comment
return void

Comment() public method

ctor
public Comment ( ) : System
return System

DeleteFromRelatedCollection() public method

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