Click or drag to resize

SetResponseT Class

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

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

Type Parameters

T

The SetResponseT type exposes the following members.

Constructors
  NameDescription
Public methodSetResponseT
Initializes a new instance of the SetResponseT class
Public methodSetResponseT(Int64)
Initializes a new instance of the SetResponseT class
Top
Methods
  NameDescription
Public methodGetPrimaryKey
Public methodSetModel
Top
See Also