ISystem | Represents the current iCore system. This interface supplies methods and properties to access system repository and create instances of public iCore types. An implementation of ISystem interface is available in AF and WF for access to system specific content. The instance is accessed through the property System of Context class. See also Context. This class contains both static methods and properties and some dynamic properties. These dynamic properties depends on the system defined entities, for example if a Setting attribute group with name QueueName is defined in the system a property with the name specified by the CLR name of that group will be available. This is the same behavior as of v2. For full documentation of this consult existing v2 documentation. |
ISystemEx | Represents the current iCore system. This interface supplies methods and properties to access system repository and create instances of public iCore types. |
IFilterQuery | Represents a query to be executed on an Entity filter, with associated parameters and options where applicable. |
IFilterQuery<TEntity, TRow> | Represents a query to be executed on an Entity filter, with associated parameters and options where applicable. |
IFilterQueryDefinition<TQuery> | Interface representing an Entity filter definition. |
IFilterQueryDefinition<TQuery, TParameters> | Interface representing an entity filter definition. |
IFilterQueryDefinitionFactory<TFilterQueryDefintion> | Represents a factory that can be used to create instances of generated filter query definitions. |
IAdapterFlow | Represents an iCore Adapterflow entity. |
IApplicationPool | Represents an iCore Workflow entity. |
IApplicationPoolImplementation | Represents the implementation of an application pool by a server. |
ICategorizableEntity | Represents an iCore entity that can be categorized. |
ICategory | Represents an iCore Workflow entity. |
ICompilableEntity | Interface implemented by an iCore entity that can be compiled. |
IComponentConfiguration | Represents an iCore Component Configuration entity. |
IComponentDefinition | Represents an iCore Component Configuration entity. |
ICounter | Represents an instance of the iCore counter entity. |
ICrossReferenceEntry | Represents an iCore Cross Reference entry inside a Cross reference table. |
ICrossReferenceTable | Represents an iCore Cross Reference entry inside a Cross reference table. |
IDescriptiveEntity | Represents a non-tracking entity in an iCore system. |
IEntity | This interface is the base of all interfaces, all quite omnipotent. |
IEntityFilter | Represents an iCore Entity filter entity. |
IEntityReference | Represents a reference between two entities. |
IEvent | Represents an iCore "Event" entity. |
IEventConfiguration | Represents an iCore Event Configuration entity. |
IEventType | Represents an iCore Event Type entity. |
IGuidKeyEntity | Interface implemented by any iCore entity having a single Guid key. |
IImportedAssembly | Represents an instance of the iCore Imported Assembly entity. |
IInt64KeyEntity | Interface implemented by any iCore entity having a single 64-bit integer (Int64) key. |
IJob | Represents an iCore Job entity. |
ILogEntry | Represents a log entry in the iCore log. |
INamedEntity | Interface implemented by any entity providing a name. |
INode | Represents an instance of the iCore Node entity. |
ICustomNodeAttributeType | Represents a node attribute associated with a node. |
ICustomNodeAttributeCollection | Collection providing access to the attributes associated with a particular node. |
INodeAttributeType | Represents an iCore Node attribute type. |
INodeAttributeValue | Represents an iCore Node attribute instance. |
INodeType | Represents an iCore Node Type entity. |
INodeTypeVersion | Represents an iCore Node Type Version entity. |
IPartner | Represents an iCore Partner entity. |
ICustomPartnerAttributeType | Interface implemented by any type representing a user-defined Partner attribute group in an iCore system. |
ICustomPartnerAttributeCollection | Collection providing access to the Partner attribute groups associated with a particular iCore Partner. |
IPartnerAttributeGroupInstance | Represents an iCore Partner attribute group instance. |
IPartnerAttributeValueCollection | Represents a collection of IPartnerAttributeValue instances. |
IPartnerAttributeGroupType | Represents an iCore Partner Attribute Type entity. |
IPartnerAttributeType | Represents an iCore Partner attribute typem member of a Partner attribute type. |
IPartnerAttributeValue | Represents an iCore Partner attribute instance member of a Partner attribute instance. |
IScript | Represents an iCore Script entity. |
IServer | Represents an iCore Server entity. |
ISetting | Represents an iCore Setting entity. |
ICustomSettingAttributeCollection | Collection providing access to the Setting attribute groups associated with a particular iCore Setting. |
ICustomSettingAttributeType | Interface implemented by any type representing a user-defined Setting attribute group in an iCore system. |
ISettingAttributeGroupInstance | Represents an iCore Setting attribute group instance. |
ISettingAttributeValueCollection | Represents a collection of ISettingAttributeValue instances. |
ISettingAttributeGroupType | Represents an iCore Setting Attribute Type entity. |
ISettingAttributeType | Represents an iCore Setting attribute type member of a Setting attribute group type. |
ISettingAttributeValue | Represents an iCore Setting attribute instance member of a Setting attribute instance. |
ISubEntity | Interface implemented by entities which can not exist outside of a collection property on a parent. This Interface is internal use only. |
ITimer | Represents an iCore Timer entity. |
ITimerEvent | Represents an iCore Timer Event entity. |
ITrackingEntity | Represents an iCore tracking entity. This interface is implemented by all tracking entites. |
ITrackingRelation | Represents a tracking relation between two entities. |
IUser | Represents an iCore User entity. |
IUserGroup | Represents an iCore user group. |
IWebApi | Represents an iCore Web API. |
IWebServiceClient | Represents an iCore Web service client entity. |
IWorkflow | Represents an iCore Workflow entity. |