BuiltinContainerListResponse MembersDRA REST Extensions SDK
The BuiltinContainerListResponse type exposes the following members.
Constructors

  NameDescription
Public methodBuiltinContainerListResponse
Initializes a new instance of the BuiltinContainerListResponse class
Back to Top
Methods

  NameDescription
Public methodAddObjects
Adds the specified objects to the response
(Overrides ObjectListResponseAddObjects(IEnumerable ModelObject ).)
Back to Top
Properties

  NameDescription
Public propertyBuiltinContainers
A list of Container objects
Public propertyDRAServerAndPort
The DRA server:port that performed the operation.
(Inherited from RestResponse.)
Public propertyErrors
Property holding the collection of errors to be returned to the client
(Inherited from RestResponse.)
Public propertyIsSearchFinished
Flag indicating if this is the last page of results
(Inherited from ObjectListResponse.)
Public propertyNumberOfRowsReturned
The number of objects returned in this response
(Inherited from ObjectListResponse.)
Public propertyResumeString
A string value that can be sent in the ResumeString parameter on a subsequent enumeration call to retrieve the next set of objects
(Inherited from ObjectListResponse.)
Public propertyTotalNumberOfObjects
The total number of objecs that matched the enumeration
(Inherited from ObjectListResponse.)
Back to Top
See Also