C# Класс SigTrade.Models.CommentsRepository

Наследование: ICommentsRepository
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteComment ( int ID ) : void
Save ( Comment c ) : int
getCommentByID ( int ID ) : Comment
getCommentsByID ( int SourceID, int SourceType, string RoleAccess ) : IList
updateComment ( Comment c ) : int

Описание методов

DeleteComment() публичный Метод

public DeleteComment ( int ID ) : void
ID int
Результат void

Save() публичный Метод

public Save ( Comment c ) : int
c Comment
Результат int

getCommentByID() публичный Метод

public getCommentByID ( int ID ) : Comment
ID int
Результат Comment

getCommentsByID() публичный Метод

public getCommentsByID ( int SourceID, int SourceType, string RoleAccess ) : IList
SourceID int
SourceType int
RoleAccess string
Результат IList

updateComment() публичный Метод

public updateComment ( Comment c ) : int
c Comment
Результат int