Click or drag to resize

SearchResponseT Class

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

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

Type Parameters

T

The SearchResponseT type exposes the following members.

Constructors
  NameDescription
Public methodSearchResponseT
Initializes a new instance of the SearchResponseT class
Public methodSearchResponseT(ICollectionT)
Initializes a new instance of the SearchResponseT class
Top
Methods
See Also