[This is preliminary documentation and is subject to change.]
The Driver type exposes the following methods.
Methods
� | Name | Description | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Delete |
Deletes a row in the OfficeClip based on the service id.
| |||||||||||||||||||||||||||||||||||||||
Equals | (Inherited from Object.) | |||||||||||||||||||||||||||||||||||||||
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |||||||||||||||||||||||||||||||||||||||
GetDataByKey |
Gets a data based on a key. This call is valid for the following service types. This call
accepts a space separated list of sid and returns the data in the datatable. If a
particular sid data cannot be extracted, it sets the tag column of the dataset to the
error string (otherwise the tag column is set to an empty string).
| |||||||||||||||||||||||||||||||||||||||
GetDataSet |
Returns the complete dataset for the requested service type. This call
is valid for the following service types.
| |||||||||||||||||||||||||||||||||||||||
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |||||||||||||||||||||||||||||||||||||||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |||||||||||||||||||||||||||||||||||||||
GetXmlData |
Returns the Xml for the requested service type. This call is valid for
all the service types of the GetDataSet call (see GetDataSet(Int32, Int32, String, String, String, Int32). The output is just an
xml string instead of the dataset.
| |||||||||||||||||||||||||||||||||||||||
GetXmlDataByKey |
Gets the xml string of a single row of data. This call is valid for
all the service types of the GetDataSet call (see GetDataByKey(Int32, Int32, String). The output is just an
xml string instead of the dataset.
| |||||||||||||||||||||||||||||||||||||||
GetXmlSchema |
Gets the Xml Schema for a particular service type. If the service group
is not implemented, a SOAPException is thrown. This call is valid for all
the service types that are implemented (see class description).
| |||||||||||||||||||||||||||||||||||||||
Insert |
Inserts data into OfficeClip based on a service type. This call is valid for the
following service types.
| |||||||||||||||||||||||||||||||||||||||
InsertXml |
Inserts data into OfficeClip based on a service type. This call is same as the
Insert call (that accepts a dataset as a parameter), the only difference is that this
call accepts a serialized dataset. See description of the Insert call to find out
which service items are accepted by this call.
| |||||||||||||||||||||||||||||||||||||||
IsSessionExists |
Checks whether the session exists. This function can be called
periodically to make sure that the session has not timed out.
If the session does not exists, most web service calls will fail
unless the session is recreated.
| |||||||||||||||||||||||||||||||||||||||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |||||||||||||||||||||||||||||||||||||||
SessionOver |
Destroys the session and effectively logs the user out.
| |||||||||||||||||||||||||||||||||||||||
SetOrganization |
Changes the OfficeClip organization in the session. Succeeding calls are
made to the new organization. Note that this does not change the
organization in the regular OfficeClip login.
| |||||||||||||||||||||||||||||||||||||||
ToString | (Inherited from Object.) | |||||||||||||||||||||||||||||||||||||||
Update |
Updates OfficeClip data using a key. Update returns a bool showing whether the
update succeeded. Note that if a null value of any column is suppled, that column
will not get updated in OfficeClip.
| |||||||||||||||||||||||||||||||||||||||
ValidateUser |
Validates the user and if the user gets validated, the session is created.
If the validation is successful, the organization is set to the last
organization that is opened in the OfficeClip user interface.
|