XHRServiceResponseGenericT Class Ingeniux CMS Web Services API

The generic object that all Ingeniux CMS Web Services use for returning information.
Inheritance Hierarchy

SystemObject
  IngeniuxCMServiceXHRServiceResponseGenericT

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

[DataContractAttribute]
public class XHRServiceResponseGeneric<T>

Type Parameters

T
Type of the actual returning object

The XHRServiceResponseGenericT type exposes the following members.

Fields

  NameDescription
Public fieldcode
Response codes: 0: Success 1: Session expired 2: Processing error 3: Cancelled by user
Public fieldContentFreezeEndTime
Public fieldContentFreezeStartTime
Public fielderror
Error message, null when code is 0
Public fieldmessage
Actual result object
Top
See Also

Reference