Click or drag to resize

DeleteByResponseT Class

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

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

Type Parameters

T

The DeleteByResponseT type exposes the following members.

Constructors
  NameDescription
Public methodDeleteByResponseT
Initializes a new instance of the DeleteByResponseT class
Public methodDeleteByResponseT(ICollectionInt64)
Initializes a new instance of the DeleteByResponseT class
Top
Methods
See Also