Click or drag to resize

DeleteByMessageT Class

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

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

Type Parameters

T

The DeleteByMessageT type exposes the following members.

Constructors
  NameDescription
Public methodDeleteByMessageT
Initializes a new instance of the DeleteByMessageT class
Public methodDeleteByMessageT(ICondition)
Initializes a new instance of the DeleteByMessageT class
Public methodDeleteByMessageT(Type, ICondition)
Initializes a new instance of the DeleteByMessageT class
Top
Methods
  NameDescription
Public methodGetCondition
Public methodSetCondition
Top
See Also