Click or drag to resize
ObjectTypeSequenceAnalyzer Class
Provides the sequence of object types ordered by their dependencies. Dependencies are returned before the object type on which they depend on.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineObjectTypeSequenceAnalyzer

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class ObjectTypeSequenceAnalyzer

The ObjectTypeSequenceAnalyzer type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLog
Log action for individual items. The action is called with three parameters - the log message, indentation level and whether a cycle has been detected.
Top
Methods
  NameDescription
Public methodGetSequence
Gets the ordered sequence of object types
Top
See Also