Click or drag to resize
Ref Class
The Ref class contains a set of utility methods for working with refs.
Inheritance Hierarchy
SystemObject
  Rally.RestApiRef

Namespace: Rally.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public static class Ref

The Ref type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleGetOidFromRef
Get the object id from the specified ref
Public methodStatic memberCode exampleGetRelativeRef
Get a relative ref from the specified ref. All server information will be stripped before being returned.
Public methodStatic memberCode exampleGetTypeFromRef
Get the type from the specified ref
Public methodStatic memberCode exampleIsRef
Determine whether the specified string is a reference
Top
See Also