Click or drag to resize

NodeClientT, R Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.CoreRequestClient
    SoftGear.Strix.Client.CoreCRUDClientT
      SoftGear.Strix.Client.NodeNodeClientT, R
        SoftGear.Strix.Client.MatchMatchNodeClientT, R

Namespace:  SoftGear.Strix.Client.Node
Assembly:  strix-client-csharp-node (in strix-client-csharp-node.dll) Version: 2.3.0
Syntax
C#
public class NodeClient<T, R> : CRUDClient<T>
where T : Node
where R : NodeRoom

Type Parameters

T
R

The NodeClientT, R type exposes the following members.

Constructors
  NameDescription
Public methodNodeClientT, R
Initializes a new instance of the NodeClientT, R class
Top
Methods
See Also