Class DragAndDropFactory
Inheritance
DragAndDropFactory
Syntax
public class DragAndDropFactory
Methods
CreateHandler(String, IList<Artifact>)
Declaration
public static IArtifactDragAndDropHandler CreateHandler(string dragAndDropInteractionType, IList<Artifact> artifacts)
Parameters
Returns
CreateMultiHandler(IList<IArtifactDragAndDropHandler>)
Declaration
public static IArtifactDragAndDropHandler CreateMultiHandler(IList<IArtifactDragAndDropHandler> handlers)
Parameters
Returns
SetHandlerForArtifact(String, Type)
Declaration
public static bool SetHandlerForArtifact(string dragAndDropInteractionType, Type dragAndDropHandlerType)
Parameters
Type |
Name |
Description |
String |
dragAndDropInteractionType |
|
Type |
dragAndDropHandlerType |
|
Returns