Click or drag to resize

ApplicationResponseT Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.CoreApplicationResponseT
    Dynamicweb.CoreApplicationResponse

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
[SerializableAttribute]
public class ApplicationResponse<T> : ISerializable

Type Parameters

T

The ApplicationResponseT type exposes the following members.

Constructors
  NameDescription
Public methodApplicationResponseT
Initializes a new instance of the ApplicationResponseT class
Public methodApplicationResponseT(Boolean)
Initializes a new instance of the ApplicationResponseT class
Public methodApplicationResponseT(Exception)
Initializes a new instance of the ApplicationResponseT class
Public methodApplicationResponseT(Boolean, T)
Initializes a new instance of the ApplicationResponseT class
Public methodApplicationResponseT(Exception, T)
Initializes a new instance of the ApplicationResponseT class
Protected methodApplicationResponseT(SerializationInfo, StreamingContext)
Initializes a new instance of the ApplicationResponseT class
Top
Properties
Methods
  NameDescription
Public methodGetObjectData
Top
See Also