C# Class Chaos.Mcm.Data.MySql.LabelRepository

Inheritance: ILabelRepository
Afficher le fichier Open project: CHAOS-Community/CHAOS.Portal.MCM

Méthodes publiques

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

Method Details

AssociationWithObject() public méthode

public AssociationWithObject ( uint id, System.Guid objectId ) : bool
id uint
objectId System.Guid
Résultat bool

Delete() public méthode

public Delete ( uint id ) : bool
id uint
Résultat bool

DisassociationWithObject() public méthode

public DisassociationWithObject ( uint id, System.Guid objectId ) : bool
id uint
objectId System.Guid
Résultat bool

Get() public méthode

public Get ( uint projectId = null, System.Guid objectId = null ) : IEnumerable
projectId uint
objectId System.Guid
Résultat IEnumerable

LabelRepository() public méthode

public LabelRepository ( Gateway gateway ) : System
gateway Gateway
Résultat System

Set() public méthode

public Set ( uint projectId, Label label ) : Label
projectId uint
label Chaos.Mcm.Data.Dto.Label
Résultat Chaos.Mcm.Data.Dto.Label