RemoteRESTLib Namespace |
Class | Description | |
---|---|---|
GHAConnectionManager |
Entry point for the GHA REST Web service. Instantiate this class with the server, username, and password
for the remote GHA server to intialize the API
|
Interface | Description | |
---|---|---|
IGHARemoteCapabilityDescriptor |
Provides info on GHA Capability
| |
IGHARemoteClassDescriptor |
Provides GHA Class information
| |
IGHARemoteEnumDescriptor |
Provides info on GHA Enumerations
| |
IGHARemoteObject |
Defines the GHA Remote object
| |
IGHARemoteObjectcollection |
Defines the GHA remote object collection. Derives from .NET ICollection interface
| |
IGHARemotePropertyDescriptor |
Provides info on IGHAObject properties
| |
IWSGHAObject |
Defines the REST service representation of the GHA object. This type is used internally during
REST communications between the library and the GHA server and not normally referenced by developers. Developers
are encouraged to use IGHARemoteObject to interact with GHA server objects. That interface contains methodst that hide
the complexities of the web service allowing access to GHA objects in a more natural way.
|
Delegate | Description | |
---|---|---|
GHAConnectionManagerObjectCreateHandler |
Defines the signature for the object create handler
| |
GHAConnectionManagerObjectDeleteHandler |
Defines the signature for the object delete handler
| |
GHAConnectionManagerPropertyChangeHandler |
Defines the signature for a property change handler
|
Enumeration | Description | |
---|---|---|
Aggregation |
Aggregation methods
| |
Navigation |
Defines how a UI should treat a property
|