C# Класс BgEngine.Domain.EntityModel.Comment

Represents messages. This messages are written by users and references Posts
Показать файл Открыть проект Примеры использования класса

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