Dundas.BI.Entities Namespace

 
Classes
 ClassDescription
Public classEntityBase Base class for application entities.
Public classEntityCopyOptionsSpecifies options that affect how entities are copied.
Public classEntityCreationOptions Specifies options for creating entities.
Public classEntityGetOptionsClass represents various flags and context-specific options affecting how entity is retrieved.
Public classEntityLoadException The exception that is thrown when the entity cannot load correctly, due to missing dependencies or other internal issues.
Public classEntityNotCheckedInException The exception that is thrown when an operation is attempted on an entity that should be checked in.
Public classEntitySaveOptionsRepresents entity save options.
Public classInvalidProviderValueException The exception that is thrown when the validation of provider values fails.
Public classNotAutoGeneratedException The exception that is thrown when the user is trying to execute an operation that is valid only for auto generated entity objects.
Public classRewiringContext A data structure which contains the required information to perform a rewiring operation.
Public classRewiringException The exception that is thrown when an error occurs during a rewiring operation.
Public classUndoContextRepresents the context of the actions that may require undo or redo.
Public classUndoFrameRepresents an undo frame.
Structures
 StructureDescription
Public structureEntityInfoRepresents basic information about an entity.
Interfaces
 InterfaceDescription
Public interfaceIEntityServiceT This interface is designed to support the application infrastructure and is not intended to be used by your code.
Enumerations
 EnumerationDescription
Public enumerationPersistencePolicy Specifies the persistence/transience options for entity generation methods.