|
Public Member Functions |
|
| BrowserService () |
| |
|
|
BrowserNode[] | EnumerateCollections () |
| |
|
|
System.IAsyncResult | BeginEnumerateCollections (System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserNode[] | EndEnumerateCollections (System.IAsyncResult asyncResult) |
| |
|
|
BrowserNode[] | EnumerateNodes (string collectionID) |
| |
|
|
System.IAsyncResult | BeginEnumerateNodes (string collectionID, System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserNode[] | EndEnumerateNodes (System.IAsyncResult asyncResult) |
| |
|
|
BrowserNode | GetCollectionByID (string collectionID) |
| |
|
|
System.IAsyncResult | BeginGetCollectionByID (string collectionID, System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserNode | EndGetCollectionByID (System.IAsyncResult asyncResult) |
| |
|
|
BrowserNode | GetNodeByID (string collectionID, string nodeID) |
| |
|
|
System.IAsyncResult | BeginGetNodeByID (string collectionID, string nodeID, System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserNode | EndGetNodeByID (System.IAsyncResult asyncResult) |
| |
|
|
void | ModifyProperty (string collectionID, string nodeID, string propertyName, string propertyType, string oldPropertyValue, string newPropertyValue, System.UInt32 propertyFlags) |
| |
|
|
System.IAsyncResult | BeginModifyProperty (string collectionID, string nodeID, string propertyName, string propertyType, string oldPropertyValue, string newPropertyValue, System.UInt32 propertyFlags, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndModifyProperty (System.IAsyncResult asyncResult) |
| |
|
|
void | AddProperty (string collectionID, string nodeID, string propertyName, string propertyType, string propertyValue, System.UInt32 propertyFlags) |
| |
|
|
System.IAsyncResult | BeginAddProperty (string collectionID, string nodeID, string propertyName, string propertyType, string propertyValue, System.UInt32 propertyFlags, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndAddProperty (System.IAsyncResult asyncResult) |
| |
|
|
void | DeleteProperty (string collectionID, string nodeID, string propertyName, string propertyType, string propertyValue) |
| |
|
|
System.IAsyncResult | BeginDeleteProperty (string collectionID, string nodeID, string propertyName, string propertyType, string propertyValue, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndDeleteProperty (System.IAsyncResult asyncResult) |
| |
|
|
void | DeleteCollection (string collectionID) |
| |
|
|
System.IAsyncResult | BeginDeleteCollection (string collectionID, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndDeleteCollection (System.IAsyncResult asyncResult) |
| |
|
|
void | DeleteNode (string collectionID, string nodeID) |
| |
|
|
System.IAsyncResult | BeginDeleteNode (string collectionID, string nodeID, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndDeleteNode (System.IAsyncResult asyncResult) |
| |
|
|
BrowserShallowNode[] | EnumerateShallowCollections () |
| |
|
|
System.IAsyncResult | BeginEnumerateShallowCollections (System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserShallowNode[] | EndEnumerateShallowCollections (System.IAsyncResult asyncResult) |
| |
|
|
BrowserShallowNode[] | EnumerateShallowNodes (string collectionID) |
| |
|
|
System.IAsyncResult | BeginEnumerateShallowNodes (string collectionID, System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserShallowNode[] | EndEnumerateShallowNodes (System.IAsyncResult asyncResult) |
| |
|
|
string | GetVersion () |
| |
|
|
System.IAsyncResult | BeginGetVersion (System.AsyncCallback callback, object asyncState) |
| |
|
|
string | EndGetVersion (System.IAsyncResult asyncResult) |
| |
|
|
| BrowserService () |
| |
|
|
BrowserNode[] | EnumerateCollections () |
| |
|
|
System.IAsyncResult | BeginEnumerateCollections (System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserNode[] | EndEnumerateCollections (System.IAsyncResult asyncResult) |
| |
|
|
BrowserNode[] | EnumerateNodes (string collectionID) |
| |
|
|
System.IAsyncResult | BeginEnumerateNodes (string collectionID, System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserNode[] | EndEnumerateNodes (System.IAsyncResult asyncResult) |
| |
|
|
BrowserNode | GetCollectionByID (string collectionID) |
| |
|
|
System.IAsyncResult | BeginGetCollectionByID (string collectionID, System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserNode | EndGetCollectionByID (System.IAsyncResult asyncResult) |
| |
|
|
BrowserNode | GetNodeByID (string collectionID, string nodeID) |
| |
|
|
System.IAsyncResult | BeginGetNodeByID (string collectionID, string nodeID, System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserNode | EndGetNodeByID (System.IAsyncResult asyncResult) |
| |
|
|
void | ModifyProperty (string collectionID, string nodeID, string propertyName, string propertyType, string oldPropertyValue, string newPropertyValue, System.UInt32 propertyFlags) |
| |
|
|
System.IAsyncResult | BeginModifyProperty (string collectionID, string nodeID, string propertyName, string propertyType, string oldPropertyValue, string newPropertyValue, System.UInt32 propertyFlags, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndModifyProperty (System.IAsyncResult asyncResult) |
| |
|
|
void | AddProperty (string collectionID, string nodeID, string propertyName, string propertyType, string propertyValue, System.UInt32 propertyFlags) |
| |
|
|
System.IAsyncResult | BeginAddProperty (string collectionID, string nodeID, string propertyName, string propertyType, string propertyValue, System.UInt32 propertyFlags, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndAddProperty (System.IAsyncResult asyncResult) |
| |
|
|
void | DeleteProperty (string collectionID, string nodeID, string propertyName, string propertyType, string propertyValue) |
| |
|
|
System.IAsyncResult | BeginDeleteProperty (string collectionID, string nodeID, string propertyName, string propertyType, string propertyValue, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndDeleteProperty (System.IAsyncResult asyncResult) |
| |
|
|
void | DeleteCollection (string collectionID) |
| |
|
|
System.IAsyncResult | BeginDeleteCollection (string collectionID, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndDeleteCollection (System.IAsyncResult asyncResult) |
| |
|
|
void | DeleteNode (string collectionID, string nodeID) |
| |
|
|
System.IAsyncResult | BeginDeleteNode (string collectionID, string nodeID, System.AsyncCallback callback, object asyncState) |
| |
|
|
void | EndDeleteNode (System.IAsyncResult asyncResult) |
| |
|
|
BrowserShallowNode[] | EnumerateShallowCollections () |
| |
|
|
System.IAsyncResult | BeginEnumerateShallowCollections (System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserShallowNode[] | EndEnumerateShallowCollections (System.IAsyncResult asyncResult) |
| |
|
|
BrowserShallowNode[] | EnumerateShallowNodes (string collectionID) |
| |
|
|
System.IAsyncResult | BeginEnumerateShallowNodes (string collectionID, System.AsyncCallback callback, object asyncState) |
| |
|
|
BrowserShallowNode[] | EndEnumerateShallowNodes (System.IAsyncResult asyncResult) |
| |
|
|
string | GetVersion () |
| |
|
|
System.IAsyncResult | BeginGetVersion (System.AsyncCallback callback, object asyncState) |
| |
|
|
string | EndGetVersion (System.IAsyncResult asyncResult) |
| |
|