Click or drag to resize

IWSGHAObject Interface

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.

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
public interface IWSGHAObject

The IWSGHAObject type exposes the following members.

Properties
  NameDescription
Public propertyClass
Class of the GHA Object
Public propertyDescription
Freeform description of the object
Public propertyDisplayName
Display name to be used by UI's in-lieu of the Name
Public propertyIcon
Public propertyName
Name of the GHA Object
Public propertyNavigation
Navigation strategy to be used by a consuming appliation for this object
Public propertyObjectID
Unique identifier of the GHA Object
Public propertyParent
Path to the parent of the GHA object
Public propertyPath
Path to the GHA Object
Top
See Also