Click or drag to resize

GetCountResponseT Class

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

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

Type Parameters

T

The GetCountResponseT type exposes the following members.

Constructors
  NameDescription
Public methodGetCountResponseT
Initializes a new instance of the GetCountResponseT class
Public methodGetCountResponseT(Int64)
Initializes a new instance of the GetCountResponseT class
Top
Methods
  NameDescription
Public methodGetCount
Public methodSetCount
Top
See Also