[Missing <summary> documentation for "N:TimeCockpit.Data"]
Klassen
| Klasse | Beschreibung | |
|---|---|---|
| ActionResult |
class representing the result of an action.
| |
| ChangeTracker |
Represents a class that keeps track of changes. One can add/remove either
a single instance of EntityObject or a collection of EntityObjects.
and can perform a save operation on the tracked instances. An instance of ChangeTracker
should organize various instance of [!:EntityObjects] (perhaps if different [!:ModelEntity] types)
into a logical structure that can be stored within a transaction
| |
| DataContext |
Represents the class that manages access to meta data.
| |
| DataContextScriptExtensions |
class providing extension methods for backwards compatibility.
| |
| DataContextScriptHost |
class used for executing time cockpit python scripts.
| |
| DataContextSettings |
Represents settings used to create new instances of the DataContext class.
| |
| DependencyEntityObject |
A wrapper for entity objects, that implements IDataErrorInfo and throws notifications.
| |
| DynamicObject |
Implementation of DynamicObject
| |
| DynamicObject..::..DynamicMetaObject |
Complements [!:Microsoft.Scripting.Actions.IDynamicObject] and serves as the common representation of dynamic metadata,
allowing operations to be dispatched on dynamic objects.
| |
| EntityObject |
Represents an instance of a ModelEntityBase.
| |
| EntityObject..::..DynamicEntityObjectMetaObject |
Complements [!:Microsoft.Scripting.Actions.IDynamicObject] and serves as the common representation of dynamic metadata,
allowing operations to be dispatched on dynamic objects.
| |
| EntityObjectComparer |
Compares EntityObjects for equality based on their reference and then ObjectUuid.
| |
| EntityObjectProxy |
Represents a lightweigt representation of an EntityObject | |
| Environment |
Represents the gateway to information that should be available throughout the
datalayer.
| |
| GuidExtension |
Defines extension methods for the Guid class
| |
| HierarchicalRelationObject |
Provides access to data of hierarchical relations.
| |
| MemberStatusHelper |
class to parse Memberstatus, Enum.Parse is to slow as it uses reflection
| |
| NamedSet |
Represents a named collection of EntityObjects.
| |
| RelationIdentifierChangedEventArgs |
Represents the event data for the changed event of the RelationIdentifiers class
| |
| RelationIdentifiers |
Implements a list of relation identifiers
| |
| ScriptResult |
Represent a result of a Python Script
| |
| StreamExtensions |
Extensions on Stream.
| |
| StringExtension |
Defines extension methods for the String class
| |
| SyncSettings |
Specifies a set of features to support the Sync(SyncSettings) method.
| |
| TypedEntityObjectList |
A wrapper class that takes a list of EntityObjects and provides information about the
properties of an EntityObject.
| |
| TypeExtension |
Defines extension methods for the Type class
|
Interfaces
| Interface | Beschreibung | |
|---|---|---|
| IEntityObject |
Provides access to an EntityObject |
Aufzählungen
| Aufzählung | Beschreibung | |
|---|---|---|
| DataContextType |
Defines a certain type of DataContext | |
| MemberStatus |
Defines if an EntityObject was initialized, not initialized or if it was changed during program execution
|