Enumerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Enumerator class is the front end of this assembly
[System.Runtime.InteropServices.ComVisible(false)]
public class Enumerator
[System.Runtime.InteropServices.ComVisible(false)]
public class Enumerator : MarshalByRefObject
[<System.Runtime.InteropServices.ComVisible(false)>]
type Enumerator = class
[<System.Runtime.InteropServices.ComVisible(false)>]
type Enumerator = class
inherit MarshalByRefObject
Public Class Enumerator
Public Class Enumerator
Inherits MarshalByRefObject
- Inheritance
-
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, String[], OrderBy) |
retrieve data |
| GetData(Object, Urn, String[], OrderBy[]) |
retrieve data |
| GetData(Object, Urn, String[]) |
retrieve data |
| GetData(Object, Urn) |
retrieve data |
| Process(Object, Request) |
back comp function <see>GetData</see> 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 <see>GetObjectInfo</see> |
| Process(ServerVersion, RequestObjectInfo) | |
| RegisterExtension(Urn, String, Assembly, String) |
Registers an enumerator extension. |
| TraceInfo(String, Object[]) |
enumerator common trace function |
| TraceInfo(String) |
enumerator common trace function |