Property | Type | Description | |
---|---|---|---|
Request | string |
Method | Description | |
---|---|---|
CanDropToProject ( string requestId, ProjectId id ) : bool | ||
DropToProject ( string requestId, ProjectId id ) : void |
Method | Description | |
---|---|---|
DragManager ( string request ) : System |
public abstract CanDropToProject ( string requestId, ProjectId id ) : bool | ||
requestId | string | |
id | ProjectId | |
return | bool |
protected DragManager ( string request ) : System | ||
request | string | |
return | System |
public DropToProject ( string requestId, ProjectId id ) : void | ||
requestId | string | |
id | ProjectId | |
return | void |