Click or drag to resize

SetByResponseT Class

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

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

Type Parameters

T

The SetByResponseT type exposes the following members.

Constructors
  NameDescription
Public methodSetByResponseT
Initializes a new instance of the SetByResponseT class
Public methodSetByResponseT(ICollectionT)
Initializes a new instance of the SetByResponseT class
Top
Methods
  NameDescription
Public methodGetModels
Public methodSetModels
Top
See Also