Click or drag to resize

DeleteResponseT Class

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

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

Type Parameters

T

The DeleteResponseT type exposes the following members.

Constructors
  NameDescription
Public methodDeleteResponseT
Initializes a new instance of the DeleteResponseT class
Public methodDeleteResponseT(Int64)
Initializes a new instance of the DeleteResponseT class
Top
Methods
See Also