[Missing <summary> documentation for "N:TimeCockpit.Data"]

Klassen

  KlasseBeschreibung
Öffentliche KlasseActionResult
class representing the result of an action.
Öffentliche KlasseChangeTracker
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
Öffentliche KlasseDataContext
Represents the class that manages access to meta data.
Öffentliche KlasseDataContextScriptExtensions
class providing extension methods for backwards compatibility.
Öffentliche KlasseDataContextScriptHost
class used for executing time cockpit python scripts.
Öffentliche KlasseDataContextSettings
Represents settings used to create new instances of the DataContext class.
Öffentliche KlasseDependencyEntityObject
A wrapper for entity objects, that implements IDataErrorInfo and throws notifications.
Öffentliche KlasseDynamicObject
Implementation of DynamicObject
Geschützte KlasseDynamicObject..::..DynamicMetaObject
Complements [!:Microsoft.Scripting.Actions.IDynamicObject] and serves as the common representation of dynamic metadata, allowing operations to be dispatched on dynamic objects.
Öffentliche KlasseEntityObject
Represents an instance of a ModelEntityBase.
Geschützte KlasseEntityObject..::..DynamicEntityObjectMetaObject
Complements [!:Microsoft.Scripting.Actions.IDynamicObject] and serves as the common representation of dynamic metadata, allowing operations to be dispatched on dynamic objects.
Öffentliche KlasseEntityObjectComparer
Compares EntityObjects for equality based on their reference and then ObjectUuid.
Öffentliche KlasseEntityObjectProxy
Represents a lightweigt representation of an EntityObject
Öffentliche KlasseEnvironment
Represents the gateway to information that should be available throughout the datalayer.
Öffentliche KlasseGuidExtension
Defines extension methods for the Guid class
Öffentliche KlasseHierarchicalRelationObject
Provides access to data of hierarchical relations.
Öffentliche KlasseMemberStatusHelper
class to parse Memberstatus, Enum.Parse is to slow as it uses reflection
Öffentliche KlasseNamedSet
Represents a named collection of EntityObjects.
Öffentliche KlasseRelationIdentifierChangedEventArgs
Represents the event data for the changed event of the RelationIdentifiers class
Öffentliche KlasseRelationIdentifiers
Implements a list of relation identifiers
Öffentliche KlasseScriptResult
Represent a result of a Python Script
Öffentliche KlasseStreamExtensions
Extensions on Stream.
Öffentliche KlasseStringExtension
Defines extension methods for the String class
Öffentliche KlasseSyncSettings
Specifies a set of features to support the Sync(SyncSettings) method.
Öffentliche KlasseTypedEntityObjectList
A wrapper class that takes a list of EntityObjects and provides information about the properties of an EntityObject.
Öffentliche KlasseTypeExtension
Defines extension methods for the Type class

Interfaces

  InterfaceBeschreibung
Öffentliches InterfaceIEntityObject
Provides access to an EntityObject

Aufzählungen

  AufzählungBeschreibung
Öffentliche AufzählungDataContextType
Defines a certain type of DataContext
Öffentliche AufzählungMemberStatus
Defines if an EntityObject was initialized, not initialized or if it was changed during program execution