Click or drag to resize
ISystemInformationModel Interface
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:ZU.Core.ISystemInformationModel"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public interface ISystemInformationModel

The ISystemInformationModel type exposes the following members.

Properties
  NameDescription
Public propertyAppEntityKindDefinitions
Public propertyBootTime
Sets or gets boot time of an app hosting this ISystemInformationModel implementation's instance.
Public propertyConfigurationSettings
Gets hosting application's Configuration Settings.
Public propertyCurrentModel
Current loaded model.
Public propertyDispatcher
Sets or gets a WPF Dispatcher necessary for async operations.
Public propertyFPS
Gets calculated FPS (frame-per-second) stats.
Public propertyFullTextIndexCache
Gets local file system path to Full-Text Index cache.
Public propertyIsInitialized
Gets initialization state.
Public propertyModels
List of all loaded model.
Public propertyOwner
Sets or gets an owner for this ISystemInformationModel implementation's instance.
Public propertyRootModel
Sets or gets Root Model (Metaspace).
Public propertySemanticPipelineProcessor
Top
Methods
  NameDescription
Public methodAddScheduledTask
Public methodAddSyncAgent
Public methodCanBePartOfVisualCluster
Public methodCanParticipateInTopographicClusterVisualization
Public methodCreateAndLoadNewModel
Public methodCreateEntity
Public methodCreateKeyphrase(String, Double)
Public methodCreateKeyphrase(String, Double, Int32, EntityFragmentState)
Public methodCreateSpaceEntity
Public methodCreateSyncAgent
Public methodDispose
Releases all resources used by the ISystemInformationModel
Public methodEntityOpen
Public methodFileShouldBeProcessed
Public methodGetAccountName
Public methodGetChildrenEntitiesCount
Public methodGetCurrentUserEntity
Returns current user's entity
Public methodGetEntitiesLinkedWithAsEntityViews
Public methodGetEntitiesLinkedWithAsEntityViewsAsync
Public methodGetEntityKindDiplayName
Public methodGetEntityOfSpace
Public methodGetEntityViewFromActivityHistoryItem
Public methodGetEntityViewFromEntity
Public methodGetEntityViewFromEntityRef
Public methodGetReferencedEntities
Public methodGetReferencingEntities
Public methodGetRelatedPeopleAsEntityViews
Public methodGetStats
Public methodGetSyncTaskByKey
Public methodGetTaskSchedulerFactory
Public methodGetUnknownPerson
Returns Unknown Person
Public methodGetUserEntityTitle
Public methodGetValidSpacePath
Public methodGetZetUniversePerson
Returns Person for Zet Universe (analog of NT AUTHORITY\SYSTEM in Windows NT)
Public methodHasSyncTaskByKey
Public methodIdToShortString
Public methodInitializeAppManager
Public methodInitializeSemanticProcessor
Public methodIsEntityContainer
Public methodIsEntityLinkingToExternalItem
Public methodIsFileExtensionNonIndexable
Public methodPerformCleanup
Public methodSetLastChangedModelAsCurrent
Public methodStopScheduledTasksExecution
Public methodTryRemoveScheduledTask
Public methodTryResolve(String, IEntity)
Public methodTryResolve(EntityRef, IEntity)
Public methodTryResolve(String, String, IEntity)
Public methodTryUpdateFullTextIndex
Public methodUpdateCurrentModel
Public methodUpdateHighFreqKeyphrasesForVisualCluster
Top
Events
See Also