Method | Description | |
---|---|---|
GetNodes ( string node ) : StoreResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
RemoteAppend ( string parentId, string text ) : System.Web.Mvc.ActionResult | ||
RemoteEdit ( string id, string field, string newValue, string oldValue ) : System.Web.Mvc.ActionResult | ||
RemoteEdit_RowEditing ( string id, [ newValues, [ oldValues ) : System.Web.Mvc.ActionResult | ||
RemoteInsert ( int index, string parentId, string text ) : System.Web.Mvc.ActionResult | ||
RemoteMove ( string ids, string targetId, string parentIds, string point ) : System.Web.Mvc.ActionResult | ||
RemoteRemove ( string id, string parentId ) : System.Web.Mvc.ActionResult |
public GetNodes ( string node ) : StoreResult | ||
node | string | |
return | StoreResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public RemoteAppend ( string parentId, string text ) : System.Web.Mvc.ActionResult | ||
parentId | string | |
text | string | |
return | System.Web.Mvc.ActionResult |
public RemoteEdit ( string id, string field, string newValue, string oldValue ) : System.Web.Mvc.ActionResult | ||
id | string | |
field | string | |
newValue | string | |
oldValue | string | |
return | System.Web.Mvc.ActionResult |
public RemoteEdit_RowEditing ( string id, [ newValues, [ oldValues ) : System.Web.Mvc.ActionResult | ||
id | string | |
newValues | [ | |
oldValues | [ | |
return | System.Web.Mvc.ActionResult |
public RemoteInsert ( int index, string parentId, string text ) : System.Web.Mvc.ActionResult | ||
index | int | |
parentId | string | |
text | string | |
return | System.Web.Mvc.ActionResult |
public RemoteMove ( string ids, string targetId, string parentIds, string point ) : System.Web.Mvc.ActionResult | ||
ids | string | |
targetId | string | |
parentIds | string | |
point | string | |
return | System.Web.Mvc.ActionResult |
public RemoteRemove ( string id, string parentId ) : System.Web.Mvc.ActionResult | ||
id | string | |
parentId | string | |
return | System.Web.Mvc.ActionResult |