C# Класс Chaos.Mcm.Data.MySql.LabelRepository

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

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

Метод Описание
AssociationWithObject ( uint id, System.Guid objectId ) : bool
Delete ( uint id ) : bool
DisassociationWithObject ( uint id, System.Guid objectId ) : bool
Get ( uint projectId = null, System.Guid objectId = null ) : IEnumerable
LabelRepository ( Gateway gateway ) : System
Set ( uint projectId, Label label ) : Label

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

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

public AssociationWithObject ( uint id, System.Guid objectId ) : bool
id uint
objectId System.Guid
Результат bool

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

public Delete ( uint id ) : bool
id uint
Результат bool

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

public DisassociationWithObject ( uint id, System.Guid objectId ) : bool
id uint
objectId System.Guid
Результат bool

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

public Get ( uint projectId = null, System.Guid objectId = null ) : IEnumerable
projectId uint
objectId System.Guid
Результат IEnumerable

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

public LabelRepository ( Gateway gateway ) : System
gateway Gateway
Результат System

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

public Set ( uint projectId, Label label ) : Label
projectId uint
label Chaos.Mcm.Data.Dto.Label
Результат Chaos.Mcm.Data.Dto.Label