[This is preliminary documentation and is subject to change.]
Types of various objects that are converted to Xml. Especially used for
creating the service id of each object.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum OCServiceType |
| Visual Basic (Declaration) |
|---|
Public Enumeration OCServiceType |
| Visual C++ |
|---|
public enum class OCServiceType |
Members
| Member name | Description | |
|---|---|---|
| None |
Default, should not be used
| |
| OCServiceTrackerBinder |
The Service id of the tracker project
| |
| OCServiceTrackerField |
The service id of one tracker field
| |
| OCServiceTrackerFields |
The service id of all the tracker fields
| |
| OCServiceTrackerCase |
The service id of the tracker case
| |
| OCServiceRole |
The service id of the OfficeClip roles
| |
| OCServiceSecurityObject |
The service id of the array of the security object
| |
| OCServiceSecurity |
The service id object for security that contains role and objct security
for a particular user
| |
| OCServiceTask |
The service id for single task
| |
| OCServiceTasks |
The service id for multiple tasks
| |
| OCServiceAddressBookEntry |
The service id for the addressbook entry
| |
| OCServiceMember |
The service id of the member
| |
| OCServiceAddressBook |
The service id of the personal address book
| |
| OCServiceGroup |
The service id of the group list
| |
| OCServiceEvent |
The service id of the event
| |
| OCServiceGroupEvents |
The service id of the group events
| |
| OCServicePersonalEvents |
The service id of the personal events
| |
| OCServiceMetaValue |
The service id of a metabase info
| |
| OCServiceContact |
The service id of the contact object
| |
| OCServiceContacts |
The service id of a bunch of contact objects
| |
| OCServiceNote |
Service id of the note
| |
| OCMetaHistoryInfo |
Service id of the meta history info
| |
| OCServiceTemplateParentChild |
The parent child array of the system template
| |
| OCServiceAttachment |
The service item for the document attachment
| |
| OCServiceReturnValue |
The return value for the insert, update and delete queries
| |
| OCServiceDocument |
Service id for documents
| |
| OCServiceTemplateKeyValue |
The Template key value pairs
| |
| OCServiceCampaign |
Service id for mail merge information
| |
| OCServiceCampaignRecipients |
Service id for the mailmerge recipients, i.e. contacts for which the
mailmerge campaign is created.
| |
| OCServiceSystemInfo |
Provides session information and server information
| |
| OCServiceAccount |
The OfficeClip Account
| |
| OCServiceProject |
The OfficeClip Project
| |
| OCServiceServiceItem |
The OfficeClip Service Item
| |
| OCServiceTimesheet |
The OfficeClip Timesheet
| |
| OCServiceTimesheetDetail |
The OfficeClip Timesheet Detail
| |
| OCServiceExpense |
The OfficeClip Expense
| |
| OCServiceExpenseDetail |
The OfficeClip Expense detail
| |
| OCServiceExpenseType |
The OfficeClip Expense Template
| |
| OCServiceMetaInformation |
The OfficeClip Meta Information
| |
| OCServicePayrollCategory |
The OfficeClip Payroll Categories
|
