Click or drag to resize

SearchMessageT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultRequestMessage
    SoftGear.Strix.Client.Core.MessageSearchMessageT

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 SearchMessage<T> : DefaultRequestMessage

Type Parameters

T

The SearchMessageT type exposes the following members.

Constructors
  NameDescription
Public methodSearchMessageT
Initializes a new instance of the SearchMessageT class
Public methodSearchMessageT(Int32, Int32, ICondition)
Initializes a new instance of the SearchMessageT class
Public methodSearchMessageT(Int32, Int32, ICondition, Order)
Initializes a new instance of the SearchMessageT class
Top
Methods
See Also