C# 클래스 Gtd.Client.ActionDragManager

상속: DragManager
파일 보기 프로젝트 열기: beingtheworst/btw-gtd

공개 메소드들

메소드 설명
ActionDragManager ( string request, IImmutableList action, IMessageQueue queue ) : System
CanDropToProject ( string requestId, ProjectId id ) : bool
DropToProject ( string requestId, ProjectId id ) : void

메소드 상세

ActionDragManager() 공개 메소드

public ActionDragManager ( string request, IImmutableList action, IMessageQueue queue ) : System
request string
action IImmutableList
queue IMessageQueue
리턴 System

CanDropToProject() 공개 메소드

public CanDropToProject ( string requestId, ProjectId id ) : bool
requestId string
id ProjectId
리턴 bool

DropToProject() 공개 메소드

public DropToProject ( string requestId, ProjectId id ) : void
requestId string
id ProjectId
리턴 void