StructuredRepositorySystemUtility<T> members
Binds to a proxy class for accessing the repository and executes methods by reflectively invoking the proxy.
The StructuredRepositorySystemUtility<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StructuredRepositorySystemUtility<T> | Initializes a new instance of the StructuredRepositorySystemUtility class. |
Top
Properties
Name | Description | |
---|---|---|
ConnectionContext | ||
DefaultConnectionManager | Gets the connection manager instance that should be used with this system utility by default. | |
DefaultTypeReflector | Gets the ITypeReflector instance that should be used with this system utility by default. |
Top
Methods
Name | Description | |
---|---|---|
CreateEntityInstanceDataEnumerator | Converts line-of-business (LOB) data stream into an enumerator of raw AdapterObject objects. | |
CreateProxy | Creates an instance of the proxy. | |
DisposeProxy | Disposes the proxy. | |
Equals | (Inherited from Object.) | |
ExecuteStatic | Executes a MethodInstance in the model against the specified external system instance with given parameters. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetCertificates | Not implemented in this version. | |
SetConnectionString | Sets connection string for the proxy. | |
SetCookies | Not implemented in this version. | |
SetCredentials | Sets the user name and password for the proxy. | |
SetProxyServerInfo | Specifies proxy server information for the proxy. | |
ToString | (Inherited from Object.) |
Top