FieldEngine Class

This class manages the evaluation of fields.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.DatabaseServicesFieldEngine

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public class FieldEngine : RXObject

The FieldEngine type exposes the following members.

Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property EvaluatorLoaderCount Returns the number of registered field evaluator loaders.
Public propertyStatic member Global Returns a global one-per-session field engine.
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Clone
(Inherited from RXObject)
Public method CompareTo
(Inherited from RXObject)
Public method CopyFrom
(Inherited from RXObject)
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Inherited from RXObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals
(Inherited from DisposableWrapper)
Public methodStatic member EvaluateFields Evaluates fields in the specified database.
Protected method Finalize
(Inherited from DisposableWrapper)
Public method FindEvaluator Returns an evaluator for the specified field from the set of registered evaluators if the field does not have an evaluator ID.
Public method GetEvaluator Returns the field evaluator for the specified evaluator ID.
Public method GetEvaluatorLoader Returns the field evaluator loader at the specified index.
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetRXClass
(Inherited from RXObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public method QueryX
(Inherited from RXObject)
Public method RegisterEvaluatorLoader Registers the evaluator loader with the engine.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method UnregisterEvaluatorLoader Unregisters the evaluator loader from the engine.
Public method X
(Inherited from RXObject)
Top
Remarks
The field engine is a global one-per-session object. The field evaluators should register their loader with the engine during application startup.
See Also

©  Bricsys NV. All rights reserved.