Enumerator Class

Definition

The Enumerator class is the front end of this assembly

[System.Runtime.InteropServices.ComVisible(false)]
public class Enumerator
[<System.Runtime.InteropServices.ComVisible(false)>]
type Enumerator = class
Public Class Enumerator
Inheritance
Enumerator
Attributes

Constructors

Enumerator()

Methods

EnumDependencies(Object, DependencyRequest)

enumerates dependencies for the specified objects as a generalize tree

GetData(Object, Request)

retrieve data

GetData(Object, Urn)

retrieve data

GetData(Object, Urn, String[])

retrieve data

GetData(Object, Urn, String[], OrderBy)

retrieve data

GetData(Object, Urn, String[], OrderBy[])

retrieve data

Process(Object, Request)

back comp function GetData this function also takes care updating the connectionInfo based on the request to handle requests over a Cloud DB connection

Process(Object, RequestObjectInfo)

back comp function GetObjectInfo

Process(ServerVersion, RequestObjectInfo)
RegisterExtension(Urn, String, Assembly, String)

Registers an enumerator extension.

TraceInfo(String)

enumerator common trace function

TraceInfo(String, Object[])

enumerator common trace function

Applies to