C# Class BgEngine.Domain.EntityModel.Comment

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Adds a related Comment
public AddRelatedComment ( Comment comment ) : void
comment Comment
Résultat void

Comment() public méthode

ctor
public Comment ( ) : System
Résultat System

DeleteFromRelatedCollection() public méthode

Removes a related Comment from the Colecction
public DeleteFromRelatedCollection ( Comment relatedComment ) : void
relatedComment Comment
Résultat void