Click or drag to resize

Omada.OE.Model Namespace

 
Classes
  ClassDescription
Public classAccessCallContext
The class contains the context of an invokation of an AccessModifier.
Public classAccessComputationResult
Represents the result of an access computation in a IDataObjectFieldLevelAccessModifier access modifier
Public classAccessModifierClassInfo
Class contains information on an AccessModifier assembly and parameters
Public classAccessModifierConfig
Configuration objects for access modifiers
Public classAction
The abstract class used as base class of for instance CodeMethodAction, EmailAction etc.
Public classActions
Public classActivities
Public classActivity
The class models an Activity within a process
Public classActivityCountLoadOptions
Load options used for counting the number of Activities
Public classActivityEntries
Public classActivityEntry
Represents an activity
Public classActivityEntryComparer
Public classActivityEntryFilter
Public classActivityFilter
Public classActivityInfo
The class is used to retrieve Activity attributes in a fast and small fashion.
Public classActivityLayout
Public classActivityLink
Public classActivityLinks
Public classActivityLoadOptions
Public classActivityLog
The class is used to populate tblActLog for webpage audit and statistics
Public classActivityLogEntries
Collection of ActivityLogEntry objects
Public classActivityLogEntry
Models the change of an Process Activity
Public classActivityLogEntryComparer
Public classActivityManager
Public classActivityReassignContext
When an activity is reassigned using the process controller, the caller can execute the call within the context of a ActivityReassignContext. The context can subsequently be discovered in the implementation of a ActivityReassignedEventHandler.
Public classActivityReassignContextState
The state data contained in a ActivityReassignContext object.
Public classActivitySaveOptions
Public classActivityTemplateStatistic
Model class for activity template statistics
Public classActivityTemplateStatisticsLoadOptions
Loadoptions for activity template statistics
Public classAlreadyImportedException
Public classAppConsts
Global constants.
Public classAppException
The AppException is thrown by (among other places) the AppPage.ReportErrorAndHalt() method. The exception is thrown on non-fatal errors - f.x. security violations. Exceptions of this type is caught in global.asax (Application_Error) and presented "nicely" to the user (without stack trace etc.).
Public classAppFormatInfo
The class contains rules for formatting of object names for different object types.
Public classAppGlobal
The AppGlobal class contains statically cached objects. Use the property AppGlobal.Cache to retrieve the cache for the active users Customer database.
Public classAppIdentity
An AppIdentity object is placed on the Thread.CurrentPrincipal.Identity object during authentication.
Public classAppRegistry
Contains registry functions and keys
Public classAppSetting
AppSetting class models a setting in the application. Its used as the base for master settings, customer settings and user settings.
Public classAppSettingsT
Public classAppSettingValue
Setting value
Public classAppStrEnum
Public classAppString
The AppString object is used for multi lingual captions and labels in the application.
Public classAppStringCommonFilter
All filter methods, which are used in both filter and loadoption classes, should be declared here.
Public classAppStringComparer
Public classAppStringContainer
Contains a number of language strings. Is not tied to tblAppStr.
Public classAppStringFileEntry
AppString
Public classAppStringLoadOptions
Public classAppStringManager
Public classAppStringNoTraceContext
The AppStringNoTraceContext is only used when the application runs in TraceMode. It is used in sections of the program logic where app strings are retrieved but we don't want them logged to AppIdentity.RetrievedAppTexts.
Public classAppStringNoTraceState
AppStringNoTraceState
Public classAppStringOwnerInfo
Holds info about the owner of an appstring, e.g. the name of a property.
Public classAppStrings
Public classAppStringSaveOptions
Public classAppStringSource
AppStringSource
Public classAppStringSourceCommonFilter
All filter methods, which are used in both filter and loadoption classes, should be declared here.
Public classAppStringSourceComparer
Public classAppStringSourceDbId
ID's of built-in AppStringSources
Public classAppStringSourceLoadOptions
AppStringSourceLoadOptions
Public classAppStringSources
Public classAppStringsReadOnly
Public classAppStringSupport
AppStringSupport class is used in the static AppGlobal cache
Public classAppStringType
Public classAppStringTypeComparer
Public classAppStringTypeDbId
ID's of built-in AppStringTypes
Public classAppStringTypeLoadOptions
AppStringTypeLoadOptions
Public classAppStringTypes
Public classAppStringUpdateContext
Is used in the section of the program logic where app strings are updated (when the app starts up).
Public classAppStringUpdateState
The state data contained in a AppStringUpdateContext object.
Public classAppText
Static methods for retrieving built-in labels and captions
Public classArgumentEmptyCollectionException
The exception that is thrown when an empty collection is passed to a method that does not accept it as a valid argument.
Public classArgumentZeroIdException
The exception that is thrown when a zero id reference is passed to a method that does not accept it as a valid argument.
Public classAssignee
An assignee holds info of either a user or a user group. Only "real" groups can be used - not personal groups.
Public classAssigneeConstraint
Public classAssigneeConstraints
Public classAssigneeContainer
The container doesn't allow duplets.
Public classAssigneeRule
Models an assignee rule for an activity. A rule which defines if a group and/or its members can be selected as assignees for the activity. It also defines if the members can update the reassign the activity.
Public classAssigneeRules
Public classAttributeProperty
Simple representation of a property on an attribute data object.
Public classAttributeValuePair
Public classAuthElement
Models an authorization element, which typically is an entity in the system (like menuitem or sequence).
Public classAuthElementContext
A AuthElementContext object reprsents a set of permissions that a user has to an auth. element via membership of one or more auth. roles. Each permission is represented by a short string like e.g.: Create, Read, Update, Delete, ResetAllPasswords.
Public classAuthElementContexts
Public classAuthElementDbId
ID's of built-in AuthElements
Public classAuthElements
Public classAuthenticationModel
Authentication model for a customer
Public classAuthRole
AuthRole model class
Public classAuthRoleComparer
Public classAuthRoleDbId
Database ID's of AuthRole objects provided with the system
Public classAuthRoleElementComparer
Public classAuthRoleFilter
Filter for AuthRole
Public classAuthRoleLoadOptions
Loadoptions for AuthRole objects
Public classAuthRoleManager
AuthRoleManager manages a collection of AuthRole objects.
Public classAuthRoles
Public classAuthRoleSaveOptions
Save options class for AuthRole objects
Public classAuthSourcePolicyViolationException
Public classAuthUserInfo
Information about an authenticated user.
Public classAvgPageProcessingTimeStatisticsLoadOptions
Loadoptions for average page processing time statistics
Public classBaseComparerT, FIELDENUMTYPE
Public classBaseProperties
Public classBaseProperty
Base class for Reference, Set and Value properties.
Public classBasePropertyCommonFilter
All filter methods, which are used in both filter and loadoption classes, should be declared here.
Public classBasePropertyComparer
Public classBasePropertyFilter
Public classBasePropertyLoadOptions
Public classBasicDataObjectTypeInfo
Holds basic info about a data object type definition.
Public classBasicPropertyInfo
Holds basic info about a property definition.
Public classBrowserEventHandler
A BrowserEventHandler object models a javascript function that can be executed by an event in the user's browser.
Public classBrowserEventHandlerCountLoadOptions
Public classBrowserEventHandlerLoadOptions
Public classBrowserEventHandlerLoadOptionsBase
Public classBrowserEventHandlerManager
Public classBrowserEventHandlers
Public classBrowserEventHandlerUsageComparer
Public classBrowserEventHandlerUsageInfo
A BrowserEventHandlerUsageInfo object contains information about * id of the object that uses the event * the name of the object * the type of the object (Can be one of the following: Form, Form field or Transition) * the type of the the event (Can be one of the following: - OnInit (valid for form), - OnSubmit (valid for form), - OnChange (valid for form field), - OnActivate (valid for transition))
Public classBrowserEventHandlerUsageInfos
Public classCalculatedAssignmentWithParent
Represents a calculated assignment with its parent resource
Public classChangeNotAllowedException
The ChangeNotAllowedException is thrown by validation methods when a user makes an illegal change to master data.
Public classCloneProcessTemplateResult
Public classCodeAssemblies
Public classCodeAssembly
The CodeAssembly class wraps an actual .net code assembly (dll).
Public classCodeAssemblyClassBase
Base class for code assembly classes.
Public classCodeAssemblyComparer
Public classCodeAssemblyFilter
Public classCodeAssemblyLoadOptions
Public classCodeAssemblyManager
CodeAssemblyManager manages a collection of CodeAssembly objects.
Public classCodeMethod
Angiver opsætningen af et kald til en metode i et .Net assembly. Parametre (både ind- og udgående) kan enten være statiske/faste værdier eller hentes fra et dataobjekt.
Public classCodeMethodAction
Models a CodeMethod Action in an event
Public classCodeMethodComparer
Public classCodeMethodConfig
Public classCodeMethodConfigCountLoadOptions
Public classCodeMethodConfigLoadOptions
Public classCodeMethodConfigManager
Public classCodeMethodConfigs
Public classCodeMethodException
The CodeMethodException is thrown when an executed code method fails and the codemethod action specifies HaltOnError=true.
Public classCodeMethodFilter
Public classCodeMethodInfo
CodeMethodInfo
Public classCodeMethodInfos
CodeMethodInfos
Public classCodeMethodInvokeContext
Methods in .net assemblies which are to be called as CodeMethods, must take a CodeMethodInvokeContext as their first parameter. In addition, they must return a boolean - this is used by the condition element logic.
Public classCodeMethodLoadOptions
Public classCodeMethodLog
The class models an executed codemethod - the data is kept in tblcodemethodlog.
Public classCodeMethodLogComparer
Public classCodeMethodLogCountLoadOptions
Public classCodeMethodLogFilter
Public classCodeMethodLogLoadOptions
Public classCodeMethodLogLoadOptionsBase
Public classCodeMethodLogManager
CodeMethodLogManager manages a collection of CodeMethodLog objects.
Public classCodeMethodLogs
Public classCodeMethodParam
Public classCodeMethodParameterInfo
CodeMethodParameterInfo
Public classCodeMethodParameterInfos
CodeMethodParameterInfos
Public classCodeMethodParams
Public classCodeMethods
Public classCodeMethodSaveOptions
Public classCodeMethodStatisticsLoadOptions
Loadoptions for code method statistics
Public classCollectionUtil
Public classCommonActivityLoadOptionAttributes
Common attributes for ActivityLoadOptions and ActivityCountLoadOptions
Public classCommonDateTime
Common DateTime methods.
Public classCommonLoadOptionAttributes
Public classCommonLoadOptionsBase
Public classCommonUserGroupLoadOptionAttributes
Public classCommonUserLoadOptionAttributes
Public classCompareField
Public classCompareFields
Public classCompareFieldsENUMTYPE
Public classCondition
A condition belongs to an event definition. It represents the condition that exists for the event to fire.
Public classConditionField
Public classConditionFields
Public classConditions
Public classConfigObjectInfo
Contains info about the package that a specific packsol object belongs to.
Public classConfigurationChangeCause
Public classConfigurationChangeCauseCountLoadOptions
Public classConfigurationChangeCauseLoadOptions
Public classConfigurationChangeCauseLoadOptionsBase
Public classConfigurationChangeCauseManager
Public classConfigurationChangeCauses
Public classConfigurationChangeComparer
Public classConfigurationChangeCountLoadOptions
Public classConfigurationChangeImportEventArgs
Public classConfigurationChangeImportOptions
Public classConfigurationChangeImportResult
Public classConfigurationChangeLoadOptions
Public classConfigurationChangeLoadOptionsBase
Base class for ConfigurationChangeLoadOptions
Public classConfigurationChangeLoggingContext
Logging contexts are used in sections of the program logic where its desirable to disable or enable logging. This is for example the case when deleting certain data; in some situations it is redundant to log the deletion of the data that is owned by an object being deleted.
Public classConfigurationChangeLoggingState
The state data contained in a ConfigurationChangeLoggingContext object.
Public classConfigurationChangeManager
Public classConfigurationChanges
Public classConfigurationChangeSetCountLoadOptions
Public classConfigurationChangeSetLoadOptions
Public classConfigurationChangeSetLoadOptionsBase
Public classConfigurationChangeSets
Public classConfigurationObjectInfo
Used to resolve GUID values in configuration values, to a readable display value if possible
Public classConfigurationParameterValue
Public classConnectionTestException
The ConnectionTestException is thrown when connection test for systemonbarding fails
Public classContextBaseT
ContextBase for implementing the Context pattern
Public classControlElement
A control element models the elements in a proces which are not activities like a Condition, Decision etc.
Public classControlElementComparer
Public classControlElementCountLoadOptions
Public classControlElementFilter
Public classControlElementLayout
Public classControlElementLoadOptions
Public classControlElementLoadOptionsBase
Public classControlElementManager
Public classControlElements
Public classCopyAction
CopyAction class.
Public classCopyDefinition
A CopyDefinition is a part of a CopyData action for an event.
Public classCopyDefinitionLoadOptions
Public classCopyDefinitions
Public classCopyRule
Public classCopyRuleCountLoadOptions
CopyRuleCountLoadOptions
Public classCopyRuleField
Field mapping used in a CopyRule to copy property values or constant values between properties from one to many objects
Public classCopyRuleFields
Public classCopyRuleLoadOptions
Public classCopyRuleLoadOptionsBase
Public classCopyRuleManager
Public classCopyRules
Public classCopyRuleUsage
Public classCopyRuleUsages
Public classCriteriaScreenOptions
Public classCustomer
Summary description for Customer.
Public classCustomerDbId
Internal identification of the DEV customer database
Public classCustomers
Public classCustomerSetting
Contains a customer setting for the application. Customer settings are individual for each customer database.
Public classCustomerSettingCategory
Public classCustomerSettingDefault
Default values for customer settings not represented in tblCustomerSetting
Public classCustomerSettingKey
Contains keys for the CustomerSetting table
Public classCustomerSettingMax
Contains maximum values for the CustomerSetting integer values
Public classCustomerSettingMin
Contains minimum values for the CustomerSetting integer values
Public classCustomerSettings
Public classCustomerSettingsLoadOptions
Public classDataCache
The class contains cached objects for a customer database. The objects are stored in a static collection in the AppGlobal class. IMPORTANT: It is forbidden to modify the contents of a DataCache object (outside the refresh calls).
Public classDataCaches
Public classDataExchangeConfigurationBase
Models the configuration of a DataExchange (import and export of DataObjects)
Public classDataExchangeConfigurationBases
Public classDataExchangeConfigurationCountLoadOptions
Filter class when loading configurations from the database
Public classDataExchangeConfigurationLoadOptions
Filter class when loading configurations from the database
Public classDataExchangeConfigurationLoadOptionsBase
Filter class when loading configurations from the database
Public classDataExchangeConfigurationManager
Class contains collection of DataExchangeConfigurations and static support methods
Public classDataExchangeConfigurationSaveOptions
Class is used for configuration of the Save method
Public classDataExchangeField
Models a field on a DataExchangeObject. It maps to either a property or a fixed field
Public classDataExchangeFields
Public classDataExchangeFld
Models a single field used for mapping between a internal field and field in the target system.
Public classDataExchangeFlds
Public classDataExchangeLDAPConfiguration
Models the DataExchange towards a LDAP directory
Public classDataExchangeLog
Models the result of an execution of a DataExchange
Public classDataExchangeLogCountLoadOptions
Filter class for loading number of available logs
Public classDataExchangeLogLoadOptions
Filter class for loading execution logs from the database
Public classDataExchangeLogLoadOptionsBase
Filter class for loading execution logs from the database
Public classDataExchangeLogManager
DataExchangeLogManager manages a collection of DataExchangeLog objects.
Public classDataExchangeLogs
Public classDataExchangeObject
Models the exchange of a particular data object for import/export.
Public classDataExchangeObjectComparer
Comparer class for DataExchange configuration objects
Public classDataExchangeObjectFilter
Public classDataExchangeObjects
Public classDataExchangeSqlQueryConfiguration
Models the configuration of a SQL server data import
Public classDataExchangeTextFileConfiguration
Models the configuration of a TextFile import/export
Public classDataExchangeUserObject
Klassen anvendes specifikt til import af users.
Public classDataObject
Summary description for DataObject.
Public classDataObjectComparer
This comparer is used for sorting of DataObjects in views etc. The comparer is dynamic due to the dynamic nature of the DataObject property model.
Public classDataObjectCounter
En dataobjectcounter anvendes til at tælle antallet af dataobjekter i systemet, der opfylder et bestemt sæt kriterier.
Public classDataObjectCounterComparer
Public classDataObjectCounterFilter
Filter class for searching in counter collections.
Public classDataObjectCounterLoadOptions
Filter class for loading DataObjectCounter objects from the database
Public classDataObjectCounterManager
DataObjectCounterManager
Public classDataObjectCounterResult
The class models the result of a calculation of a particular counter definition
Public classDataObjectCounterResults
Public classDataObjectCounters
Public classDataObjectCountLoadOptions
These load options is used when retrieving only the object count.
Public classDataObjectDbId
ID's of default Folder objects created initially Tip: use the ObjectId.Folder class instead!
Public classDataObjectEventDefinition
Public classDataObjectFilter
The class models a filter which is related to a number of objects like view and a counter DataObjectFilter is special comapred to other filters, as the class has a DB representation
Public classDataObjectFilterExpression
Public classDataObjectFilterExpressionComparer
Public classDataObjectFilterExpressions
Public classDataObjectFilterLoadOptions
Public classDataObjectFilterManager
Public classDataObjectFilters
Public classDataObjectFilterSaveOptions
Public classDataObjectGroupCount
Used by the DataObjectGroupedCount() API
Public classDataObjectGroupedCountLoadOptions
These load options is used when retrieving the grouped object count.
Public classDataObjectHistoryEntries
Public classDataObjectHistoryEntry
Public classDataObjectHistoryEntryComparer
Public classDataObjectHistoryEntryField
Public classDataObjectHistoryEntryFields
Public classDataObjectHistoryLoadOptions
Public classDataObjectHistoryRecord
Used in DataObjectViewHistoryDataProducer
Public classDataObjectHistoryRecordCompareFieldComparer
Public classDataObjectHistoryRecordFilter
Filter for Data object history record
Public classDataObjectHistoryRecords
DataObjectHistoryRecords
Public classDataObjectIdLoadOptions
These load options are used when retrieving only the DataObject ID's
Public classDataObjectImportRunningContext
The DataObjectImportRunningContext is used (and must only be used) by the DataObjectExchangeWebService.
Public classDataObjectImportRunningState
The state data contained in a DataObjectImportRunningContext object.
Public classDataObjectLoadOptions
The class contains a number of filter attributes. Only object which passes all defined filters are loaded
Public classDataObjectLoadOptionsBase
The class contains a number of filter attributes. Only object which passes all defined filters are loaded
Public classDataObjectManager
DataObjectManager manages a collection of data objects.
Public classDataObjectModifierArgs
EventArgs class for the DataObjectModifier delegate.
Public classDataObjectPermission
The class models the permissions that the members of a groups has (to a data object).
Public classDataObjectPermissions
Public classDataObjectPropertyValueComparer
Comparer for particular property value of DataObject
Public classDataObjectReference
Model class representing a data object on a non-data object entity The class is used in various entities as a simple reference to a data object.
Public classDataObjectReferencePath
A DataObjectReferencePath represents a path from one or more source data objects to a number of target data objects. A path is comprised of a fragments each denoted by a reference property. Each path fragment can be either a forward or a backwards reference.
Public classDataObjectReferencePathFragment
A fragment is responsible for the reference between a number of source objects and a number of target objects. The reference can either be from source to target or from target to source.
Public classDataObjects
Public classDataObjectSaveOptions
The save options are specified when saving a DataObject. Can be used for instance when security must be overridden.
Public classDataObjectSecurities
Public classDataObjectSecurity
Contains the security configuration for a data object.
Public classDataObjectSecurityAccessFlagsContainer
Public classDataObjectSortField
This class can be used in rare situations where loaded data objects should neither be sorted on fixed fields nor on properties. Example: loadOptions.SortFields.Add(new DataObjectSortField("do.rolecalcreqd", true));
Public classDataObjectType
Public classDataObjectTypeComparer
Public classDataObjectTypeFilter
Public classDataObjectTypeKindHelper
Public classDataObjectTypeLoadOptions
Public classDataObjectTypeManager
DataObjectTypeManager manages the data object types of the application.
Public classDataObjectTypeProperties
Public classDataObjectTypeProperty
Models a property that is used in a DataObjectType.
Public classDataObjectTypePropertyComparer
Public classDataObjectTypes
Public classDataObjectTypeSaveOptions
Public classDataObjectVersion
Models a single version of a DataObject.
Public classDataObjectVersionComparer
Public classDataObjectVersionProperties
Public classDataObjectVersionProperty
Abstract class that models an assigned value for a property to a dataobject version.
Public classDataObjectVersionReadInfo
Public classDataObjectVersionReferenceProperty
Models an assigned value for a reference property to a dataobject version. The value is in the form of one or more referred dataobjects.
Public classDataObjectVersions
Public classDataObjectVersionSetProperty
Models an assigned value for a set property to a dataobject version.
Public classDataObjectVersionsProtected
Public classDataObjectVersionValueProperty
Models an assigned value for a value property to a dataobject version.
Public classDataObjectView
Et DataObjectView viser detaljer for et antal dataobjekter. Visningen kan antage forskellige former, herunder: liste, træstruktur, udskrift m.v.
Public classDataObjectViewField
Public classDataObjectViewFields
Public classDataObjectViewForm
The class models the form to use for DataObjects of a particular type Used when the objects are accessed from a view.
Public classDataObjectViewForms
Public classDataObjectViewSortField
Public classDataObjectViewSortFields
Public classDataUtilsLogContext
Can be used to control the logging in the DataUtils helper.
Public classDataUtilsLogState
DataUtilsLogState
Public classDateTimeExtensions
Contains extension methods for the DateTime type.
Public classDBTableRowsStatisticsLoadOptions
Loadoptions for database table rows statistics
Public classDefaultAVPFormatter
Public classDeleteException
The DeleteException is thrown by methods that delete from the database. The exception is normally thrown when a row/object can't be deleted beacuse of references.
Public classDependencyException
The DependencyException is thrown when the required dependency cannot be created by the service provider
Public classDictionaryExtensions
Contains extension methods for the Dictionary type.
Public classEmailAction
EmailAction Class
Public classEntityDataCacheOptions
Used in the IEntityDataLoadOptions.
Public classEntityDataLoadInfo
Info about data loaded/fetched using ControllerBase.GetFromCacheIfPresent.
Public classEntityDataVersion
The EntityDataVersion class is the model for tblEntityDataVersion. The EntityDataVersion class offers information regarding the current Cache version on the Individual Entities in the cache.
Public classEnumUtils
The EnumUtils Class contains functions for working with different enum types.
Public classEnvironmentException
The EnvironmentException is thrown when we experience a well known error when utilizing an interface to the environment such as SQL queries, SMTP relays etc.
Public classEquatableListT
EquatableList can be used stand-alone but is also suitable as base class for lists of simple values.
Public classErrorThresholdExceededException
Exception thrown when a specified error threshold is exceeded while performing a long running operation.
Public classEventActionContainer
EventActionContainer is for holding information about the given action
Public classEventActionContainerComparer
Public classEventActionContainerFilter
Filter for EventContainer
Public classEventActionContainers
EventContainers collection
Public classEventActionContext
Class is used when executing an event action. It carries information related to the context in which the event was triggered.
Public classEventDefinition
Public classEventDefinitionComparer
Public classEventDefinitionFilter
Public classEventDefinitionLoadOptions
Public classEventDefinitionManager
Public classEventDefinitions
Public classEventDefinitionSaveOptions
Public classEventLogEntryData
A view of log entry used for reporting only
Public classEventLogEntryDataExceptionDetails
Model class for exception details for a LogEntry Used for displaying exception details in the UI
Public classExceptionUtils
Public classExportResult
Models the result of the execution of a single DataExchange export
Public classExtensionCodeExecutionException
Exception is thrown when the application encounters an error while executing extension code such as a code method or a survey post action.
Public classFieldContainer
FieldContainer is a container for a field on a dataobject. The field is either a property or a fixed field. The class is among other things used as base class for fields in a view.
Public classFieldContainerComparer
Public classFieldContainerFilter
Public classFieldContainers
Public classFile
Class representing File object
Public classFileAttachment
File atachment object
Public classFileLoadOptions
File load options object
Public classFileManager
File manager object
Public classFiles
Public classFileVersion
Class represents version of file
Public classFileVersionComparer
Public classFileVersions
Public classFilterBase
FilterBase
Public classFilterBaseOBJECTTYPE
Generic FilterBase class
Public classFilterDashboardItem
Dashboard filter item menu
Public classFilterExpressionConverter
The job of the FilterExpressionConverter is to convert an object of type DataObjectFilterExpression to a UnresolvedFilterExpression. Database is not queried to resolve the expression. The purpose is to (in the future) phase out the FilterExpressionHandler in favor of the UnresolvedFilterExpressionHandler.
Public classFixedFields
Public classFixedFieldsWithValues
Public classFixedFieldValues
Public classFixedFieldWithValue
FixedField with an assigned value, read from the property xml on the dataobjectversion in the database. This is meant for use in displaying history of FixedFields
Public classForm
A form defines how a data object is rendered in a web form.
Public classFormComparer
Public classFormFilter
Form filter class
Public classFormLoadOptions
Form load options object
Public classFormManager
Form manager object
Public classForms
Public classFormSaveOptions
Public classFormSaveSectionOptions
Form section options object
Public classFormSectionBase
Base class for form section
Public classFormSectionBaseComparer
Public classFormSectionBases
Public classFormSectionBasesReadOnly
Contains a readonly list of FormSections. The list is used when the consumer may not modify the collection.
Public classFormSectionField
Form section field object
Public classFormSectionFieldComparer
Public classFormSectionFields
Public classFormSectionFieldState
The class models the overload of fields on a form section. The Activity class contains a collection of FormSectionFieldState objects.
Public classFormSectionFieldStates
Public classFormSectionWithFields
Form section with filds object
Public classFormSectionWithText
Form section with text object
Public classFriendlyException
This exception should be thrown by code methods on errors which should be reported to the user in a friendly way.
Public classGuidList
Public classHandleEvaluationProcessArgs
Model class used in RoPEWebservice for arguments for HandleEvaluationProcess method call
Public classHelp
This file contains help context strings from the Fast-Help system. They are used for context (page) help.
Public classHistoryEntries
Used for history entries for a DataObject
Public classHistoryEntry
History entry for a DataObject
Public classHistoryEntryChangedField
Changed field for a DataObject HistoryEntry
Public classHistoryEntryChangedFields
Collection of changed fields for a HistoryEntry
Public classHistoryEntryComparer
Public classHyperlinkContainer
Used by the configuration transport system.
Public classHyperlinkValue
Public classImmutabilityException
The ImmutabilityException is thrown when a data object is saved that violates a "immutable" property binding constraint.
Public classImportFailedException
Exception thrown when import of Configuration change fails
Public classImportResult
Models the result of a DataExchange
Public classInfoException
The InfoException is thrown when a nice informational message must be shown on AppException.aspx
Public classInstantiateProcessOptions
InstantiateProcessOptions is used when a new process instance is created.
Public classIntegrityCheck
Public classIntegrityCheckComparer
Public classIntegrityChecks
Public classInvalidDataException
The InvalidDataException is thrown by methods that encounter invalid data when, for example: - Parsing xml data and encountering invalid or unsupported data. - Saving an object with an invalid state
Public classKPIComparer
Public classLangString
LangString
Public classLangStrings
Public classLanguage
Represents the language of a user for showing labels and caption in the right language.
Public classLanguages
Public classLayoutObject
Base class for layout-objects
Public classLayoutObjects
Public classLicenseException
The LicenseException is thrown when the application is used without a valid license.
Public classLog
Log class
Public classLogEntriesLoadOptions
Load options for event log entries (currently only loaded from Azure Log Analytics)
Public classMABldr
MABldr
Public classMail
Public classMailAuthenticationException
Thrown when mail client is unable to authenticate with mail server.
Public classMailConnectionException
Thrown when mail client is unable to connect to mail server.
Public classMailDefinition
The maildefinition is a part of an action (The type ActionType.SendEmail). It contains information about, who the email is send to and which mailtemplate that is used
Public classMailDefinitionLoadOptions
Public classMailDefinitions
Public classMailLoadOptionsBase
Used as base for both MailLogLoadOptions and MailQueueLoadOptions
Public classMailLog
This class models a email that has been send, these is saved in tblmaillog.
Public classMailLogCountLoadOptions
Public classMailLogLoadOptions
Public classMailLogManager
Public classMailLogs
Public classMailQueueLoadOptions
Public classMailReceiver
Public classMailReceivers
Public classMailTemplate
Public classMailTemplateComparer
Public classMailTemplateDBId
ID's of built-in MailTemplates
Public classMailTemplateFilter
Public classMailTemplateLoadOptions
Public classMailTemplateManager
Public classMailTemplates
Public classMailVariable
Mailvariables are used in mail templates
Public classMailVariableFilter
MailVariableFilter
Public classMasterDataMgmtHelper
Public classMasterSetting
Contans a master (global) setting for the application. Master settings are applicabel for all customers.
Public classMasterSettingDefault
Contains default values for the MasterSettings
Public classMasterSettingKey
Contains keys for the MasterSetting table
Public classMasterSettings
Public classMenuItem
Public classMenuItemComparer
MenuItemComparer can compare two MenuItems based on the field set in CompareField It is used for ordering the MenuItems in a (MenuItems) list
Public classMenuItemDbId
ID's of default Menu objects
Public classMenuItemLoadOptions
Public classMenuItems
Public classMenuItemSaveOptions
Public classMenuItemsReadOnly
Readonly collection of MenuItem objects
Public classMenuManager
MenuManager manages the menuitems of the application.
Public classMIISConsts
Public classMissingDataException
Thrown in methods when data that was expected to be present are not.
Public classModification
A modification models a part of a event action (with type ActionType.ModifyDataObject). It contains the details on which object to modify.
Public classModificationAction
Models the Modification Action in an event.
Public classModificationField
Public classModificationFields
Public classModificationLoadOptions
Public classModifications
Public classMonitoring
The class implements performance counters for monitoring purposes.
Public classNotificationSettings
NotificationSettings
Public classNotificationSettingsSmtpSettings
SmtpSettings
Public classNotificationSettingsSmtpSettingsNetworkSettings
NetworkSettings
Public classObjectId
Contains Id constants for built-in objects.
Public classObjectIdAuthRole
Public classObjectIdCodeAssembly
Public classObjectIdDataObjectType
Contains Id constants for built-in data object types.
Public classObjectIdDataObjectTypeProperty
Contains ids for the properties used on the specific data object types.
Public classObjectIdDataObjectTypePropertyActivity
Public classObjectIdDataObjectTypePropertyAttribute
Public classObjectIdDataObjectTypePropertyAttributeSet
Public classObjectIdDataObjectTypePropertyAuthSourcePolicy
Public classObjectIdDataObjectTypePropertyBlacklistEntry
Public classObjectIdDataObjectTypePropertyConfigurationObject
Public classObjectIdDataObjectTypePropertyConstraint
Public classObjectIdDataObjectTypePropertyContextAssignment
Public classObjectIdDataObjectTypePropertyContextType
Public classObjectIdDataObjectTypePropertyCountry
Public classObjectIdDataObjectTypePropertyDashboard
Public classObjectIdDataObjectTypePropertyDataConnection
Public classObjectIdDataObjectTypePropertyDataSource
Public classObjectIdDataObjectTypePropertyFolder
Public classObjectIdDataObjectTypePropertyIdentity
Public classObjectIdDataObjectTypePropertyKeyPerformanceIndicator
Public classObjectIdDataObjectTypePropertyOrgUnit
Public classObjectIdDataObjectTypePropertyOUType
Public classObjectIdDataObjectTypePropertyProcess
Public classObjectIdDataObjectTypePropertyRequestApproval
Public classObjectIdDataObjectTypePropertyResource
Public classObjectIdDataObjectTypePropertyResourceAssignment
Public classObjectIdDataObjectTypePropertyResourceFolder
Public classObjectIdDataObjectTypePropertyResourceType
Public classObjectIdDataObjectTypePropertySoftware
Public classObjectIdDataObjectTypePropertySystem
Public classObjectIdDataObjectTypePropertySystemCategory
Public classObjectIdDataObjectTypePropertyUser
Public classObjectIdDataObjectTypePropertyUserGroup
Public classObjectIdDataObjectTypePropertyViolationEvent
Public classObjectIdDataObjectTypePropertyXmlSchema
Public classObjectIdFolder
Public classObjectIdForm
Public classObjectIdLanguage
Public classObjectIdProperty
Contains Id constants for built-in properties.
Public classObjectIdPropertyValue
Public classObjectIdPropertyValueAggregateFunction
Public classObjectIdPropertyValueApproval
Public classObjectIdPropertyValueApprovalStatus
Public classObjectIdPropertyValueAssignmentReasons
RTASOT_REASONS
Public classObjectIdPropertyValueBlacklistRule
Public classObjectIdPropertyValueContextStatus
Public classObjectIdPropertyValueIdentityCategory
Public classObjectIdPropertyValueIdentityStatus
Public classObjectIdPropertyValueIdentityType
Public classObjectIdPropertyValueResourceAssnStatus
Public classObjectIdPropertyValueResourceCategory
Public classObjectIdPropertyValueResourceStatus
Public classObjectIdPropertyValueResourceTypeAssignmentEventType
RTASOT_EVENTTYPE
Public classObjectIdPropertyValueTaskStatus
Public classObjectIdPropertyValueTimeZone
Values for the TIMEZONE property (id 1056)
Public classObjectIdSequence
Public classObjectIdTimeZone
Values for the tblTimeZone ids/codes.
Public classObjectIdUser
Public classObjectIdUserGroup
Public classObjectIdView
Public classObjectImporterResult
Represents the result of a call to Omada.OE.AppLogic.Serialization.ObjectImporter.ImportSerializedDataObjects(). The class also represents the result of a call to the DataObjectExchangeWebService web service.
Public classObjectImporterSettings
Represents settings for a call to Omada.OE.AppLogic.Serialization.ObjectImporter.ImportSerializedDataObjects(). The class is also used in the DataObjectExchangeWebService web service.
Public classObjectLogEntry
Contains a logentry regarding a change of an object.
Public classObjectNotFoundException
The ObjectNotFoundException is thrown by methods that try to locate a required object in the database (by an id or a uid) without success.
Public classObjectSystemName
Contains system name constants for built-in objects (properties and data object types).
Public classObjectSystemNameDataObjectType
Contains system name constants for built-in data object types.
Public classObjectSystemNameDataObjectTypeProperty
Public classObjectSystemNameDataObjectTypePropertyAccessRequest
Public classObjectSystemNameDataObjectTypePropertyActivity
Public classObjectSystemNameDataObjectTypePropertyAttribute
Public classObjectSystemNameDataObjectTypePropertyAttributeSet
Public classObjectSystemNameDataObjectTypePropertyClassificationTag
Public classObjectSystemNameDataObjectTypePropertyConfigurationObject
Public classObjectSystemNameDataObjectTypePropertyConstraint
Public classObjectSystemNameDataObjectTypePropertyContextType
Systemnames of properties on ContextType DOT
Public classObjectSystemNameDataObjectTypePropertyControlPolicy
Public classObjectSystemNameDataObjectTypePropertyControlPolicyException
Public classObjectSystemNameDataObjectTypePropertyCountry
Public classObjectSystemNameDataObjectTypePropertyDelegation
Systenames of properties on the Delegation DOT
Public classObjectSystemNameDataObjectTypePropertyEmergencyLockout
Systemnames of properties on EmergencyLockout DOT
Public classObjectSystemNameDataObjectTypePropertyEvaluateIdentityViolationsTarget
Systemnames of properties on target object for EvaluateIdentityViolations process template
Public classObjectSystemNameDataObjectTypePropertyExtendAccessRequest
Public classObjectSystemNameDataObjectTypePropertyFLActions
Public classObjectSystemNameDataObjectTypePropertyIdentity
Public classObjectSystemNameDataObjectTypePropertyIdentityTransfer
Systemnames of properties on Identity transfer DOT
Public classObjectSystemNameDataObjectTypePropertyOrgUnit
Public classObjectSystemNameDataObjectTypePropertyPolicyAndRiskCheck
Systenames of properties on the PolicyAndRiskCheck DOT
Public classObjectSystemNameDataObjectTypePropertyProcess
Public classObjectSystemNameDataObjectTypePropertyResource
Public classObjectSystemNameDataObjectTypePropertyResourceAssignment
Public classObjectSystemNameDataObjectTypePropertyResourceFolder
Public classObjectSystemNameDataObjectTypePropertyResourceType
System names for Resource type DOT
Public classObjectSystemNameDataObjectTypePropertySurvey
Public classObjectSystemNameDataObjectTypePropertySurveySchedule
Systemnames of properties on Survey schedule DOT
Public classObjectSystemNameDataObjectTypePropertySurveyTemplate
Public classObjectSystemNameDataObjectTypePropertySystem
Public classObjectSystemNameDataObjectTypePropertySystemCategory
Public classObjectSystemNameDataObjectTypePropertyUIActions
Public classObjectSystemNameDataObjectTypePropertyUser
Public classObjectSystemNameDataObjectTypePropertyWebReqConfiguration
Systemnames of properties on the WebReqConfiguration DOT
Public classObjectSystemNameProperty
Contains system name constants for built-in properties.
Public classObjectSystemNamePropertyBinding
Contains system name constants for built-in property bindings (of properties to data object types).
Public classObjectSystemNamePropertyBindingAssignmentPolicy
Public classObjectSystemNamePropertyBindingAttribute
Public classObjectSystemNamePropertyBindingAttributeSet
Public classObjectSystemNamePropertyBindingContextAssignment
Public classObjectSystemNamePropertyBindingContextType
Public classObjectSystemNamePropertyBindingIdentityType
Public classObjectSystemNamePropertyBindingResourceFolder
Public classObjectSystemNamePropertyBindingSystem
Public classObjectUId
Contains UId constants for built-in objects.
Public classObjectUIdAccountType
UIds of AccountType data objects that are either built-in or that originates from a feature package. Note that not all feature packages may be installed.
Public classObjectUIdAttribute
Built-in attributes
Public classObjectUIdAuthRole
Public classObjectUIdBrowserEventHandler
Public classObjectUIdClassificationCategory
Public classObjectUIdClassificationTag
UIds of ClassificationTag data objects that are either built-in or that originates from a feature package.
Public classObjectUIdClassificationTagCriticality
Public classObjectUIdClassificationTagDataClassification
Public classObjectUIdClassificationTagPrivileges
Public classObjectUIdClassificationTagProcessClassification
Public classObjectUIdCodeAssembly
Public classObjectUIdCodeMethod
Public classObjectUIdCodeMethodConfiguration
Public classObjectUIdConfigurationObject
UIDs of ConfigurationObject data objects
Public classObjectUIdContextType
Public classObjectUIdControlElement
Public classObjectUIdCopyRule
Public classObjectUIdCountry
Public classObjectUIdDataObjectType
UIds of data object types that are either built-in or that originates from a feature package. Note that not all feature packages may be installed.
Public classObjectUIdDataObjectTypeProperty
Contains uids for the properties used on the specific data object types.
Public classObjectUIdDataObjectTypePropertyActivity
UId's of properties on the Activity type
Public classObjectUIdDataObjectTypePropertyConstraint
UId's of properties on the Constraint type
Public classObjectUIdDataObjectTypePropertyExtendAccessRequest
Public classObjectUIdDataObjectTypePropertyProcess
UId's of properties on the Process type
Public classObjectUIdDataObjectTypePropertyResource
Public classObjectUIdDataObjectTypePropertyUser
UId's of properties on the User type
Public classObjectUIdDataObjectTypePropertyUserGroup
UId's of properties on the UserGroup type
Public classObjectUIdEventDefinition
Public classObjectUIdFeaturePackage
UIDs of FeaturePackage data objects
Public classObjectUIdFolder
UIDs of Folder objects
Public classObjectUIdForm
UId's of built-in and feature package form objects
Public classObjectUIdFormAndListActions
Public classObjectUIdFormAndListActionsDisplayIn
Public classObjectUIdFormAndListActionsRequiredSelection
Public classObjectUIdFormField
Public classObjectUIdFormFieldAccessRequestSubmitForm
Public classObjectUIdFormSection
Public classObjectUIdIdentity
UIds of identity data objects that are either built-in or that originates from a feature package. Note that not all feature packages may be installed.
Public classObjectUIdImportProfile
Public classObjectUIdMailTemplate
Public classObjectUIdMenuItem
Menu items
Public classObjectUIdOPSTaskMapping
Public classObjectUIdOrgUnit
Public classObjectUIdOUType
UIds of OUType data objects that are either built-in or that originates from a feature package. Note that not all feature packages may be installed.
Public classObjectUIdPolicyRiskChecks
OOTB policy and risk checks
Public classObjectUIdProcessTemplate
UIds of process templates that are either built-in or that originates from a feature package. Note that not all feature packages may be installed.
Public classObjectUIdProperty
UId's of built-in Property objects
Public classObjectUIdPropertyValue
PropertyValue
Public classObjectUIdPropertyValueAccessRequestSource
AR_REQUEST_SOURCE
Public classObjectUIdPropertyValueAccessRequestType
AR_REQUEST_TYPE
Public classObjectUIdPropertyValueAccessRequestVisibility
Values of Set property PRCHECK_ARVISIBILITY
Public classObjectUIdPropertyValueApplicationOnboardingStatus
Values of Set property APPONB_STATUS
Public classObjectUIdPropertyValueApproval
Public classObjectUIdPropertyValueApprovalRequestType
Public classObjectUIdPropertyValueAssignmentReason
RTASOT_REASONS
Public classObjectUIdPropertyValueAssignmentType
RTASOT_ASSNTYPE
Public classObjectUIdPropertyValueControlPolicyDataSetType
CTRLPOL_DATASETTYPE
Public classObjectUIdPropertyValueControlPolicyExceptionStatus
CTRLPOL_EXCEPTSTATUS
Public classObjectUIdPropertyValueControlPolicyMode
CTRLPOL_MODE
Public classObjectUIdPropertyValueCRAEventType
RTASOT_EVENTTYPE
Public classObjectUIdPropertyValueEscalation
ESCALATION
Public classObjectUIdPropertyValueExtendAccessApprovalStatus
Public classObjectUIdPropertyValueGender
Public classObjectUIdPropertyValueIdentityCategory
Public classObjectUIdPropertyValueImportProfileStatus
Values for property OIP_STATUS
Public classObjectUIdPropertyValuePolicyCheckMode
Values of Set property PRCHECK_MODE
Public classObjectUIdPropertyValuePreventSelfService
Public classObjectUIdPropertyValuePrioritizationPolicySelectionType
PRIOPOL_SLCTYPE
Public classObjectUIdPropertyValueRequestType
Web Request Type
Public classObjectUIdPropertyValueResourceClassification Obsolete.
RESCLASSIFICATION
Public classObjectUIdPropertyValueRestAuthType
Rest Auth Type
Public classObjectUIdPropertyValueRiskLevel
Public classObjectUIdPropertyValueSoapAuthType
Soap Auth Type
Public classObjectUIdPropertyValueSurveyAcceptData
Values for property SURV_ACCEPTDATA.
Public classObjectUIdPropertyValueSurveyAcceptOwnership
Values for property SURV_ACCEPTOWNERSHIP.
Public classObjectUIdPropertyValueSurveyAction
Values for property SURV_ACTION.
Public classObjectUIdPropertyValueSurveyEventType
SSOT_EVENTTYPE
Public classObjectUIdPropertyValueSurveyObjectTransferIdentityDecision
Values of Set property TRFASSIGNMENTSDECISION
Public classObjectUIdPropertyValueSurveyStatus
Values for property SURV_STATUS.
Public classObjectUIdPropertyValueSystemContent
Public classObjectUIdPropertyValueSystemStatus
Public classObjectUIdPropertyValueTaskStatus
Public classObjectUIdProvisioningType
Provisioning types
Public classObjectUIdResource
Public classObjectUIdResourceType
Public classObjectUIdSequence
Sequences
Public classObjectUIdStylesheets
Public classObjectUIdSurveyTemplate
Public classObjectUIdSystem
Public classObjectUIdTimer
Public classObjectUIdTransition
Public classObjectUIdUser
UIDs of User objects
Public classObjectUIdUserGroup
UIds of user groups that are either built-in or that originates from a feature package. Note that not all feature packages may be installed.
Public classObjectUIdView
Public classObjectUIdViewField
Public classObjectUIdWebPageHelpContext
Public classObjectUIdWorkWeek
Public classObjectWithIdCollectionT
This class serves the purpose of being able to use the ObjectWithIdCollectionBase without having to declare a descendant class.
Public classObjectWithIdCollectionBaseT
Public classObjectWithIdCollectionBaseReadOnlyT
Public classPasswordHistoryViolationException
The PasswordHistoryViolationException is thrown if a specified password has been used already.
Public classPasswordTooWeakException
The PasswordTooWeakException is thrown if a specified password doesn't meet the requirements of a password policy.
Public classPerAvgPageProcessingTimeStatLoadOptions
Loadoptions for per average page processing time statistics
Public classPolicyViolationException
The PolicyViolationException is thrown when a (Control) Policy violation is detected.
Public classProcess
The class models the Process object
Public classProcesses
Public classProcessEventDefinition
Public classProcessEventDefinitions
Public classProcessGraph
Contains a set of layout informations on a process graph.
Public classProcessGraphLabel
Text or comments on a ProcessGraph object (as shown in the process designer).
Public classProcessGraphLabelLayout
Public classProcessGraphLoadOptions
Public classProcessGraphManager
Public classProcessGraphs
Public classProcessLoadOptions
Public classProcessManager
Public classProcessPhase
Public classProcessPhaseActivities
Public classProcessPhaseActivity
Public classProcessPhaseCountLoadOptions
Public classProcessPhaseLoadOptions
Public classProcessPhaseLoadOptionsBase
Public classProcessPhaseManager
Public classProcessPhases
Public classProcessRoutingContext
ProcessRoutingContext
Public classProcessRoutingOptions
Public classProcessRoutingResult
The object is an argument to the process routing methods. Different details on the routing is collected on the object.
Public classProcessRoutingState
Public classProcessSaveAndRouteOptions
Public classProcessSaveAndRouteResult
Public classProcessSaveOptions
Public classProcessSaveOutput
Public classProcessStatisticsLoadOptionsBase
Base class for process statistics loadoptions
Public classProcessTemplateStatistic
Model class for processtemplate statistics
Public classProcessTemplateStatistics
Used in ProcessTemplateStatistic dataproducer
Public classProcessTemplateStatisticsLoadOptions
Public classPropertiesWithLogEntries
Public classPropertyFormatterBase
Public classPropertyLogEntries
Public classPropertyLogEntry
The class models an log entry of text property with log.
Public classPropertyManager
PropertyManager manages the properties of the application.
Public classPropertySaveOptions
Public classPropertyValuesContainer
Represents value(s) for a number of properties and fixed fields - typically values that are assigned to a data object. The PropertyValuesContainer validates that the data type of the value(s) correspond to the properties/fields they are for.
Public classPropertyWithLogEntries
Public classQueuedMail
This class models a email that has been queued for sending, these is saved in tblmailqueue.
Public classQueuedMails
Public classReadInfo
ReadInfo represents the date of a user having read/seen a DataObject
Public classReassignAction
ReassignAction class.
Public classReassignDefinition
En ReassignDefinition udgør en del af en event action (der har ActionType.ReassignActivity).
Public classReassignDefinitionLoadOptions
Public classReassignDefinitions
Public classReferenceInfo
The class models the reference between two DataObjects via a reference property.
Public classReferenceInfos
Public classReferenceNotAllowedException
The ReferenceNotAllowedException is thrown by validation methods when a user refers a data object (in a reference property) which is not allowed due to a business rule.
Public classReferenceProperty
Public classReferencePropertyAttribute
The reference property Attribute is modelling a property being used as an attribute on a reference property (relation)
Public classReferencePropertyAttributes
Public classReferencePropertyControlValue
The class represents a data object to be displayed as a value for a reference property GUI control.
Public classReferencePropertyFormatter
Public classReferencePropertyValue
Models the value of one referenced DataObject on a reference property on a DataObjectVersion
Public classReferencePropertyValueComparer
Public classReferencePropertyValues
Public classReferencePropertyValuesContainer
Container class for ReferencePropertyValues with attributes used by the configuration logging system
Public classReferencingObject
ReferenceObject
Public classReferencingObjectComparer
Public classReferencingObjects
ReferencingObjects
Public classReferredObjectInfo
ReferredObjectInfo hold info about a referred object. It is loaded once for each MA WebService call
Public classRefPropertyAttribValue
Abstract base class It models the value of an attribure on a reference property value.
Public classRefPropertyAttribValueSet
The class models a value for a SetProperty attribute on a reference property value.
Public classRefPropertyAttribValuesReadOnly
Public classRefPropertyAttribValueValue
Models the value of a value-property attribut on a reference property value.
Public classRegionalSettings
Public classRequestCountStatisticsLoadOptions
Public classRequiresValueException
The RequiresValueException is thrown when a data object is saved that violates a "requires value" property binding constraint.
Public classResourceAssignmentAttribute
Model class for an attribute (including values) on a resource assignment
Public classResourceAssignmentStatus
Status class for a role within a request
Public classSearchPhrase
This class can parse a search string into sub items
Public classSearchPhraseItem
Model class for search phrase items which are used when performing search on data objects
Public classSearchPhraseItems
Public classSecurityContext
A SecurityContext object reprsents a set of permissions that a user has to something. Each permission is represented by a short string like e.g.: Create, Read, Update, Delete, ResetAllPasswords. SecurityContext is inherited by AuthElementContext.
Public classSecurityException
The SecurityException is thrown when, for example, a data object is accessed in an unauthorized manner.
Public classSecurityOverrideContext
Security override contexts are used in sections of the program logic where its desirable to override the security model(s). This is for example the case in certain code method implementations as an alternative to executing them as the system user. The context affects: - loading data objects (DOSM, Access Modifiers and the property security model) - saving data objects (DOSM) - various checks using DataObjectController.CheckActiveUserPermissions()
Public classSecurityOverrideState
SecurityOverrideState
Public classSequence
Summary description for Sequence.
Public classSequenceComparer
Public classSequenceDbId
ID's of built-in Sequences
Public classSequenceFilter
Public classSequenceLoadOptions
Public classSequenceManager
SequenceManager manages a collection of sequence objects.
Public classSequences
Public classServerConfiguration
Contains server-wide configuration values. The values are either configured in Web.config or in the Registry. If the value is not found int Web.config, the value is taken from the registry.
Public classServiceDimension
A service dimension is defined by a set property. Service dimensions are used in service rule matrices for a process template.
Public classServiceDimensions
Public classServiceRule
Public classServiceRuleCountLoadOptions
Public classServiceRuleLoadOptions
Public classServiceRuleLoadOptionsBase
Public classServiceRuleManager
Public classServiceRules
Public classSetProperty
Public classSetPropertyFormatter
Public classSetPropertyValue
Public classSetPropertyValueComparer
Public classSetPropertyValueFilter
Public classSetPropertyValues
Collection of SetPropertyValue objects
Public classSetPropertyValuesProtected
Public classSettingComparer
Public classSettingManager
Public classSimpleAppString
The SimpleAppString class contains the most basic data for an AppString object. It is used for remoting since it is smaller than the real AppString object.
Public classSimpleAppStrings
Public classSimpleDataObject
SimpleDataObject
Public classSimpleDataObjects
Public classSkipRegExValidationContext
SkipRegExValidationContext
Public classSkipRegExValidationState
The state data contained in a SkipRegExValidationContext object.
Public classSoDV3ProcessInfo
Model class used in RoPEWebservice The class contains data needed by the ConstraintEvaluatorExtension in RoPE to determine if the SoD evaluation process should be launched
Public classSqlSanitizer
Public classStandardPermission
Constants representing standard permissions for SecurityContext
Public classStatisticsLoadOptionsBase
Base class for loadoptions used for statistics
Public classStatisticsUtils
Public classStrConst
Summary description for StringConsts.
Public classStringCollectionExtensions
Contains extension methods for various string collection classes.
Public classStringExtensions
Contains extension methods for the String type.
Public classStrings
The class contains a number of string for use in the Model and AppLogic API. The class can be used instead of AppStrings when they are not available.
Public classStringSearch
Public classStylesheet
Public classStylesheetComparer
Public classStylesheetCountLoadOptions
Public classStyleSheetId
ID's of built-in StyleSheet's
Public classStylesheetLoadOptions
Public classStylesheetManager
Public classStylesheets
Public classSurveyObjectFilterExpression
Filterexpression which can be used when loading Survey objects
Public classSystemLogEntry
Public classTimer
Public classTimerComparer
Public classTimerFilter
Public classTimerLoadOptions
Public classTimerLog
Log class for Timer
Public classTimerLogCountLoadOptions
Public classTimerLogLoadOptions
Public classTimerLogLoadOptionsBase
Public classTimerLogManager
TimerLogManager manages a collection of TimerLog objects.
Public classTimerLogs
Public classTimerManager
TimerManager manages a collection of Timer objects.
Public classTimers
Public classTimeZone
Public classTimeZoneDbId
Database ID's of TimeZone objects provided with the system USE ObjectId.TimeZone INSTEAD!
Public classTimeZoneManager
TimeZoneManager manages a collection of TimeZone objects.
Public classTimeZones
Public classTransition
A transition models an arrow in the process template diagram from an activity or control element to another activity or control element.
Public classTransitionComparer
Public classTransitionEventDefinition
Public classTransitionEventDefinitions
Public classTransitionFilter
Public classTransitionLayout
Public classTransitions
Public classUnexpectedDataException
Thrown when unexpected data is encountered. This includes i.e. an unhandled enum value.
Public classUniquenessException
The UniquenessException is thrown when a data object is saved that violates a "unique" property binding constraint.
Public classUnresolvedFilterExpression
Represents an expression that can be evaluated against a (data)object resulting in true/false.
Public classUnresolvedFilterExpressionFixedFieldInfo
Public classUpdateException
The UpdateException is thrown by methods that update the database. The exception is normally thrown either because a supplied id was not found in the database, or because the database has been updated by other means between the loading and saving of data.
Public classUser
Summary description for User.
Public classUserAction
Public classUserActionContext
UserActionContext
Public classUserCountLoadOptions
Public classUserFilter
Public classUserGroup
Summary description for UserGroup.
Public classUserGroupCountLoadOptions
Public classUserGroupFilter
Public classUserGroupIdLoadOptions
Public classUserGroupInclude
Public classUserGroupIncludes
Public classUserGroupLoadOptions
Public classUserGroupManager
Public classUserGroups
Public classUserGroupSaveOptions
Public classUserIdLoadOptions
Public classUserInfo
Light weigth class for User objects.
Public classUserLoadOptions
Public classUserManager
UserManager manages the users of the application.
Public classUserMessage
User message
Public classUserMessages
List of user messages
Public classUserNameComparer
UserNameComparer can compare two User or UserInfo objects based on their name on a specific format.
Public classUserOrGroup
Models a user or a usergruppe.
Public classUserOrGroups
Public classUsers
Public classUserSaveOptions
Public classUserSetting
Contains a user setting for the application.
Public classUserSettingDefault
Default values for user settings
Public classUserSettingKey
Keys for the UserSettings
Public classUserSettings
Public classUserSettingsLoadOptions
Public classValidityPeriodException
The ValidityPeriodException is thrown by methods that encounter invalid validity periods when using the VALIDFROM and VALIDTO properties. E.g. the valid from is before valid to.
Public classValueProperty
Public classValuePropertyFormatter
The class contains formatting details for properties according to those defined for a value property. It is used to format the value into a string representation. The purpose is the seperate the formatting from ValueProperty class since the formatting details sometimes are overridden from the ValueProperty definition, for instance in view fields.
Public classViewBase
ViewBase is the base class for the DataObjectView class.
Public classViewBaseFilter
Public classViewBases
Public classViewComparer
Public classViewDbId
ID's of built-in Views.
Public classViewFieldLoadOptions
Public classViewLoadOptions
Public classViewLoadOptionsBase
Public classViewManager
ViewManager manages a collection of View objects.
Public classViewSaveOptions
Public classViewSettings
The ViewSettigns are initialized from tblDataObjectView.SettingsXML. The XML format is <ViewSettings> <DownloadLimit>10000</DownloadLimit> <DisplayLimit>1000</DisplayLimit> </ViewSettings>
Public classVotingWorkItemComparer
Public classWebPageHelpContext
Summary description for WebPageHelpContext.
Public classWebPageHelpContextCountLoadOptions
Public classWebPageHelpContextLoadOptions
Public classWebPageHelpContextLoadOptionsBase
Public classWebPageHelpContextManager
Public classWebPageHelpContexts
Public classWorkDay
WorkDay
Public classWorkDayBase
WorkDayBase
Public classWorkDayBaseLoadOptions
The load options class is used for loading WorkDays and WorkDayExceptions
Public classWorkDayException
WorkDayException
Public classWorkDayExceptionLoadOptions
WorkDayExceptionLoadOptions
Public classWorkDayExceptions
Public classWorkDayLoadOptions
WorkDayLoadOptions
Public classWorkDays
Public classWorkItem
Models the assignment of an active activity to a user
Public classWorkItemComparer
Public classWorkItemEntry
Light weight class for a WorkItem
Public classWorkItemInfo
Light weight class for information on a WorkItem
Public classWorkItems
Public classWorkWeek
WorkWeek
Public classWorkWeekCountLoadOptions
WorkWeekCountLoadOptions
Public classWorkWeekDbId
ID's of default WorkWeek objects
Public classWorkWeekLoadOptions
WorkWeekLoadOptions
Public classWorkWeekLoadOptionsBase
WorkWeekLoadOptionsBase
Public classWorkWeekManager
WorkWeekManager manages a collection of WorkWeek objects.
Public classWorkWeeks
Public classXmlNamespace
Xml namespace names used in the application.
Interfaces
  InterfaceDescription
Public interfaceIAccessModifierBase
Public interfaceIAppStartInitializedClass
Classes in code assemblies, that implement this interface, are initialized when the application starts.
Public interfaceIAVPFormatter
Public interfaceICache
Public interfaceIDataObjectAccessModifier
An access modifier can modify the access rights dictated by the Data Object Security Model for certain data objects. An access modifier is typically defined for data objects of a single data object type - but it doesn't have to.
Public interfaceIDataObjectFieldLevelAccessModifier
An access modifier can modify the access rights dictated by the Data Object Security Model for certain data objects. An access modifier is typically defined for data objects of a single data object type - but it doesn't have to. This interface should be implemented in access modifiers where it makes sense to restrict update rights on specific properties on a data object
Public interfaceIDataObjectImporter
Allows to import data objects to ES
Public interfaceIEntityDataLoadOptions
This interface is implemented by the load options classes for the "entity data" in OIS. Entity data are divided into a set of entity data types. When a piece of entity data is created/updated/deleted it is reflected in a global version number for the entity data type.
Public interfaceIEntityObject
An entity object is an object with an id of an object type that is considered entity data.
Public interfaceIEntityObjectsLoadOptions
This interface is implemented by the load options classes for loading entity objects in OIS. Entity objects are entity data and must implement IEntityObject.
Public interfaceIFilterT
IFilter
Public interfaceILDIFFormatter
Public interfaceIMIISManagementAgentBuilder
Public interfaceINamedObject
Interface for simple objects with Id and Name properties
Public interfaceIObjectContainingActivity
Public interfaceIObjectContainingDataObject
IObjectContainingDataObject
Public interfaceIObjectContainingDataObjectFilter
Interface implementation of DataObjectCounter, DataObjectFilter, DataObjectView
Public interfaceIObjectWithAttributes
Public interfaceIObjectWithLastChangedInfo
Represents an object that keeps track of when it was last edited and by whom.
Public interfaceIObjectWithSystemName
Represents info about an object that has an instance-specific id, a transport-safe uid and a system name. Examples of such objects are properties and data object types.
Public interfaceIProcessElement
Represents an element (Activity or ControlElement) that is part of a process/process template.
Public interfaceITransportableObject
Represents info about an object that can be transported (by the transport system) between OIS environments. This implies that it has an instance-specific id as well as a transport-safe uid.
Delegates
Enumerations
  EnumerationDescription
Public enumerationAcceptanceFlags
The Enum reflects the possible Acceptance states that a WorkItem can have.
Public enumerationAccessApprovalStatusEnum
Public enumerationAccessFlags
Access flag calculated by ac access modifier
Public enumerationAccessRequestAssignmentState
Compiled state value for a ResourceAssignmentStatus object
Public enumerationAccessRequestState
Compiled state value for an AccessRequestStatus object
Public enumerationActionStatus
Filter on status of acceptance action
Public enumerationActionType
Type of Action (Email, CodeMethod etc)
Public enumerationActivityEntryCompareField
Public enumerationActivityLogEntryCompareField
Public enumerationActivityState
State indicator for an Activity
Public enumerationActivityStateFlags
State flag for an Activity
Public enumerationActivityType
Public enumerationAppSettingKind
Public enumerationAppSettingType
Public enumerationAppStringCompareField
Public enumerationAppStringDownloadType
Used for downloading languagepack changesets in AppstrLst.aspx
Public enumerationAppStringOwnerField
Represents the field on the object (that owns an appstring) which the appstring represents.
Public enumerationAppStringSourceCompareField
Public enumerationAppStringSupportPropertyType
Enum for properties used in the context of appstrings
Public enumerationAppStringTypeCompareField
Public enumerationAssigneeFilterType
Filter on type of Assignee
Public enumerationAuthenticationType
Public enumerationAuthLevel
Public enumerationAuthRoleCompareField
Public enumerationAuthRoleElementCompareField
Public enumerationBasePropertyCompareField
Public enumerationBasicOperation
Public enumerationBrowserEventHandlerCompareField
Public enumerationBrowserEventHandlerUsageCompareField
Public enumerationBrowserEventObjectType
Type of BrowserEventObject.
Public enumerationBrowserEventTypeFlags
Type of BrowserEvent.
Public enumerationChangeFilterMode
ChangeTime time stamp filtering is performed either on the current version or on all versions
Public enumerationCharCase
Public enumerationChildrenAllowsChildren
Public enumerationCodeAssemblyCompareField
Public enumerationCodeMethodCompareField
Public enumerationCodeMethodConfigCompareField
Public enumerationCodeMethodLogCompareField
Public enumerationConditionElementType
Types of condition elements
Public enumerationConditionType
Type of condition
Public enumerationConfigObjField
Public enumerationConfigurationAction
Public enumerationConfigurationChangeCauseCompareField
Public enumerationConfigurationChangeCompareField
Public enumerationConfigurationChangeSetCompareField
Public enumerationConfigurationDataFormat
Public enumerationConfigurationObjectType
Public enumerationControlElementCompareField
Public enumerationControlElementState
State indicator for a ControlElement object
Public enumerationControlElementStateFlags
State flag for ControlElement
Public enumerationControlElementType
Control elements are of a certain type
Public enumerationCopyDirection
Public enumerationCopyRuleCompareField
Public enumerationCopyRuleUsageCompareField
Public enumerationDataExchangeConfigurationCompareField
Public enumerationDataExchangeDirection
Ingoing or outgoing DataExchange
Public enumerationDataExchangeImportMode
Public enumerationDataExchangeLogCompareField
Public enumerationDataExchangeType
Type of source/target system
Public enumerationDataObjectCounterCompareField
Public enumerationDataObjectFilterCompareField
Public enumerationDataObjectFilterExpressionCompareField
Public enumerationDataObjectHistoryRecordCompareField
Enum fields for dataobjecthistory compare field
Public enumerationDataObjectInfoFlags
Public enumerationDataObjectReferencePathFragmentReferenceDirection
The reference can point forward (object is pointing to) or backward (object is being pointed to)
Public enumerationDataObjectTypeCompareField
Public enumerationDataObjectTypeConfigLockFlags
Public enumerationDataObjectTypeKind
Public enumerationDataObjectTypePropertyCompareField
Public enumerationDataObjectVersionCompareField
Public enumerationDateGrouping
Date grouping in statistics reports
Public enumerationDateTimeFormat
Public enumerationDeletedStatus
Filter on whether object is deleted
Public enumerationEntityObjectType
Represents the different types of entity objects that exist in OIS. Entity object classes implements IEntityObject.
Public enumerationEnumScope
Enum used for scoping of different dataobject types in relation to systemonboarding
Public enumerationEventActionContainerComparerField
Public enumerationEventCategory
Categories for logging. Use one of these categories when logging using the logging API
Public enumerationEventDefinitionClass
Event Definition class
Public enumerationEventDefinitionClassStatus
Enum for eventdefinition filtering
Public enumerationEventDefinitionCompareField
Public enumerationEventId
Event ids used when writing to the system event log.
Public enumerationEventType
Public enumerationEventTypeFlags
Event type flags
Public enumerationExpOuterOperator
Outer expression operator for a FilterExpression
Public enumerationFieldContainerCompareField
Public enumerationFieldState
State of the field
Public enumerationFieldType
Public enumerationFileVersionCompareField
Public enumerationFilterExpressionState
State of an unresolved filter expression.
Public enumerationFilterOwner
The type of owner of a filter object.
Public enumerationFilterOwnerFlags
Bitwise indicator for owner of filters
Public enumerationFixedField
The FixedField enumeration is used to reference a field which is not a property on a DataObject claaa or an object inheriting from DataObject like User or UserGroup. Not all fixed fields can be used on all classes inheriting from DataObject. FixedField is used in DataObjectViews and in DataObjectFilters.
Public enumerationFormButtons
Buttons of a form
Public enumerationFormCompareField
Public enumerationFormFieldSetting
Enumeration contains the supported key values of the FormSectionField.Settings dictionary.
Public enumerationFormScreenElementFlags
Flags of form screen element
Public enumerationFormSectionBaseCompareField
Public enumerationFormSectionFieldCompareField
Public enumerationFormSectionType
Form section type
Public enumerationGeneralDeleteFilter
Public enumerationHistoryAction
Public enumerationHorzAlign
Public enumerationIconCompareField
Public enumerationImportStatus
Configuration change import status.
Public enumerationInitialDialogType
Public enumerationIntegrityCheckCompareField
Public enumerationKPICompareField
Public enumerationLikeOperatorWildcard
Wildcard for a 'Like' operator used in a FilterExpression
Public enumerationMailChannel
Public enumerationMailField
Public enumerationMailLogCompareField
Public enumerationMailReceiverType
The MailRecieverType values defines how the reciever in a MailDefinition is evaluated
Public enumerationMailStatus
Public enumerationMailTemplateCompareField
Public enumerationMailType
Public enumerationMailTypeFlags
Public enumerationMailVariableCompareField
Public enumerationMailVariableSource
Used for filtering in mailvariable selection dialog
Public enumerationMapTo
Public enumerationMenuItemCompareField
Public enumerationMIISAction
Public enumerationMIISDataType
Public enumerationMIISDirection
Public enumerationMIISTransfer
Public enumerationMissingObjectAction
Action performed on full synchronization
Public enumerationMissingReferenceAction
Action performed when updating a reference property
Public enumerationModifierOperator
Public enumerationNotificationSettingsSmtpSettingsNetworkSettingsAuthTypeEnum
Enum for AuthSettings choice type selection
Public enumerationNotificationSettingsSmtpSettingsNetworkSettingsSecureSocketOptionsEnum
Secure socket options.
Public enumerationNowType
Public enumerationNumericFormat
Public enumerationObjectLogAction
Public enumerationObjectLogType
Public enumerationObjectNameFormat
Public enumerationObjectSerializationMode
Represents a mode for the Omada.OE.AppLogic.Serialization.ObjectSerializer class.
Public enumerationOwnerProperty
Owner properties of a context type. This is used for loading owned contexts that an identity is owner of because the identity is stated in the property.
Public enumerationParamDirection
Public enumerationParamState
Public enumerationPerformanceTableColumn
Columns used in Performance statistics report
Public enumerationPermissionCheckResult
Used for fieldlevel data object permission control
Public enumerationPermissionFlags
DataObject security model permission flags.
Public enumerationPermissionType
Public enumerationPhasePropertyType
Public enumerationPhaseStatus
Public enumerationPhaseTransitionType
Public enumerationProcessElementType
Types of process elements
Public enumerationProcessObjectType
Type of Event (Object Updated, Transition Activated etc.)
Public enumerationProcessPhaseCompareField
Public enumerationProcessState
State indicator for a Process object
Public enumerationProcessTemplateType
Types of process templates, used in for instance load options
Public enumerationPropertyConfigLockFlags
Public enumerationPropertyControlType
Public enumerationPropertyDataType
Public enumerationPropertyDataTypeFlags
Public enumerationPropertyLineMode
Public enumerationPropertyLookupScreen
Public enumerationPropertyRepeatDirection
Public enumerationPropertyType
Public enumerationPropertyTypeFlags
Public enumerationPropertyValueMode
Public enumerationPropertyWithLogMode
Public enumerationProvisioningClaimDtoCompareField
Public enumerationProvisioningClaimStatus
Status values for provisioning claims
Public enumerationReadStatus
Filter on whether the user has already read the object
Public enumerationReassignType
Public enumerationReferenceDirection
The reference direction is either out, in or both.
Public enumerationReferencePropertyValueCompareField
Public enumerationReferenceType
A reference can be either a DataObjectReference or a PropertyReference
Public enumerationReferencingObjectCompareField
Public enumerationRefPropertyDirection
The direction of of the reference (To or From)
Public enumerationReleaseType
Internal flag for beta releases
Public enumerationResourceAssignmentViolationStatus
Indicates the status of a violation "belonging" to an assignment. These are the same values as in ViolationStatus but with additional values e.g. to indicate a "No violation" status.
Public enumerationResponseType
Response types for OpenIdConnect.
Public enumerationScreenElementFlags
Public enumerationSearchOperator
Public enumerationSecurityStatus
Filter object security inheritance status
Public enumerationSequenceCompareField
Public enumerationServiceRuleCompareField
Public enumerationSetPropertyValueCompareField
Public enumerationSettingCompareField
Public enumerationSolutionType
Internal flag for solution type OE or OIM.
Public enumerationStateFlags
Filter on current state of object
Public enumerationStatisticsReportCriteriaFlags
Criteria flags for statistics report
Public enumerationStatiticsReport
Enum types for statistics report
Public enumerationStylesheetCompareField
Public enumerationSubProcessType
Types of subprocess elements
Public enumerationSystemStatus
Filter on the System property of an object
Public enumerationTextFileSeparator
Field separator of Text file
Public enumerationTimeModifierUnit
The unit of the time mofifier number
Public enumerationTimerCompareField
Public enumerationTimerEndOn
Enum values to indicate if Timer has an enddate
Public enumerationTimerLogCompareField
Public enumerationTimerMonthPatternDay
Public enumerationTimerMonthPatternModifier
Public enumerationTimerMonthPatternType
Enum for patterntype of monthly timer
Public enumerationTimerRepeatPattern
Repeat pattern for Timer
Public enumerationTimerWeekPatternDays
Public enumerationTimeSpanFormat
Public enumerationTransitionCompareField
Public enumerationTransitionOwnerType
Types of transition owner objects
Public enumerationTreeNodeChildren
Used in the load options to specify the depth of children to load from the tree structure
Public enumerationTreeNodeParents
Used in the load options to specify the loading of parent objects
Public enumerationUnresolvedFilterExpressionDbTable
Public enumerationUpdateExceptionCause
Represents a reason why an UpdateException was thrown.
Public enumerationUserGroupInclusion
Public enumerationUserGroupType
Public enumerationUserMessageContent
User message content type
Public enumerationUserMessageType
User message type Enum
Public enumerationUserNameFormat
Public enumerationUserOrGroupType
Public enumerationUserType
Public enumerationViewClass
Public enumerationViewCompareField
Public enumerationViewContent
Public enumerationViewOwner
Public enumerationViewOwnerFlags
Public enumerationViewOwnershipType
Public enumerationViewType
Public enumerationVOrderDirection
Public enumerationVotingUnit
The voting configuration can be bason on number of individuals or a percentage of the participants
Public enumerationVotingWorkItemCompareField
Public enumerationWebPageHelpContextCompareField
Public enumerationWorkItemAcceptance
Indicator for acceptance state of a WorkItem
Public enumerationWorkItemAction
Type of action performed on a WorkItem
Public enumerationWorkItemCompareField
Public enumerationWorkWeekCompareField