Click or drag to resize

CreateResponseT Class

Inheritance Hierarchy

Namespace:  SoftGear.Strix.Client.Core.Message
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class CreateResponse<T> : DefaultResponseMessage

Type Parameters

T

The CreateResponseT type exposes the following members.

Constructors
  NameDescription
Public methodCreateResponseT
Initializes a new instance of the CreateResponseT class
Public methodCreateResponseT(T)
Initializes a new instance of the CreateResponseT class
Top
Methods
  NameDescription
Public methodGetModel
Public methodSetModel
Top
See Also