Click or drag to resize

GetResponseT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultResponseMessage
    SoftGear.Strix.Client.Core.MessageGetResponseT

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 GetResponse<T> : DefaultResponseMessage
where T : IModel

Type Parameters

T

The GetResponseT type exposes the following members.

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