[This is preliminary documentation and is subject to change.]
The meta entity enumerated type
Namespace:
OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum MetaEntity |
| Visual Basic (Declaration) |
|---|
Public Enumeration MetaEntity |
| Visual C++ |
|---|
public enum class MetaEntity |
Members
| Member name | Description | |
|---|---|---|
| None |
The default metaentity
| |
| Test |
The meta entity used for testing
| |
| Contact |
The contact meta entity
| |
| Appointment |
The appointment meta entity
| |
| Task |
The task meta entity
| |
| Document |
The document meta entity
| |
| Filter |
The filter meta entity
| |
| TrackerProject |
The tracker project meta entity
| |
The Email MetaEntity
| ||
| Note |
The Note
| |
| TrackerCase |
Issue
| |
| Account |
Account
| |
| Opportunity |
Opportunity
| |
| Projects |
Projects in general
| |
| CampaignInfo |
Campaign Info
|
