C# 클래스 Chaos.Mcm.Data.MySql.LabelRepository

상속: ILabelRepository
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.MCM

공개 메소드들

메소드 설명
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