Click or drag to resize

ApplicationResponse<T> Class

Inheritance Hierarchy
System.Object
  Dynamicweb.Core.ApplicationResponse<T>
    Dynamicweb.Core.ApplicationResponse

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 ApplicationResponse<T> type exposes the following members.

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