C# Class Gtd.Client.ActionDragManager

Inheritance: DragManager
Mostrar archivo Open project: beingtheworst/btw-gtd

Public Methods

Method Description
ActionDragManager ( string request, IImmutableList action, IMessageQueue queue ) : System
CanDropToProject ( string requestId, ProjectId id ) : bool
DropToProject ( string requestId, ProjectId id ) : void

Method Details

ActionDragManager() public method

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

CanDropToProject() public method

public CanDropToProject ( string requestId, ProjectId id ) : bool
requestId string
id ProjectId
return bool

DropToProject() public method

public DropToProject ( string requestId, ProjectId id ) : void
requestId string
id ProjectId
return void