EntityType Enum
Namespace: iCore.Public.Entities
Assembly: iCore.Public.Entities.dll
Specifies the type of an entity instance.
- C#
- VB
public enum EntityType : int
Public Enum EntityType : Integer
Inheritance object 🡒 ValueType 🡒 Enum 🡒 EntityType
Fields​
Name | Value | Description |
---|---|---|
AdapterFlow | 26 | An Adapterflow component definition. |
ApplicationPool | 58 | An Application pool. |
Assembly | 54 | An Assembly. |
Category | 53 | A Category. |
ComponentConfiguration | 10 | A Component configuration. |
CompositeEntity | 52 | A Composite entity, only used for denoting the entity type contained in composite filters. |
Counter | 14 | A Counter. |
CrossReferenceTable | 13 | A Cross reference table. |
Event | 19 | An Event. |
EventHandler | 11 | An Event handler, also known as Event configuration. |
EventType | 6 | An Event type. |
Favorite | 61 | A user favorite in admin |
Filter | 30 | A entity filter. |
ImportedAssembly | 67 | An Imported assembly. |
Job | 59 | A Job. |
LogEntry | 20 | A Log entry. |
Node | 18 | A Node. |
NodeAttributeType | 4 | A Node attribute. |
NodeAttributeValue | 39 | A value of a Node attribute of a Node. |
NodeType | 2 | A node type definition. |
NodeTypeVersion | 3 | A node type version definition. |
None | 0 | An unknown or unspecified entity type. |
Partner | 16 | A Partner. |
PartnerAttributeGroupInstance | 81 | A partner attribute instance |
PartnerAttributeGroupType | 32 | A Partner attribute group definition. |
PartnerAttributeType | 7 | A partner attribute group definition member. |
PartnerAttributeValue | 36 | A Partner attribute value for a Setting. |
Project | 56 | A Project, internal use only. |
Script | 1 | The script entity type. |
Server | 9 | A iCore system Server. |
Setting | 17 | A Setting. |
SettingAttributeGroupInstance | 80 | A setting attribute group instance |
SettingAttributeGroupType | 33 | A Setting attribute group definition. |
SettingAttributeType | 8 | A Setting attribute group type member. |
SettingAttributeValue | 22 | A Setting attribute value for a Setting. |
SourceFile | 57 | A Source file, internal use only. |
SystemQueue | 60 | A System queue, internal use only. |
SystemSettingSection | 69 | A System setting section. |
Timer | 12 | A Timer. |
User | 15 | A User. |
UserGroup | 38 | A User group. |
WebApi | 66 | A Web API component definition. |
WebServiceClient | 31 | A Web service client. |
ViewModeFilter | 70 | A view mode filter |
Workflow | 55 | A Workflow component definition. |