C# Class Gtd.Client.StuffDragManager

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

Public Properties

Property Type Description
Stuff IImmutableList

Public Methods

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

Method Details

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

StuffDragManager() public method

public StuffDragManager ( string request, IImmutableList stuff, IMessageQueue queue ) : System
request string
stuff IImmutableList
queue IMessageQueue
return System

Property Details

Stuff public_oe property

public IImmutableList Stuff
return IImmutableList