Click or drag to resize
ParaPlan Logo

Client Constructor (Client, Boolean)

Initializes a new instance of the Client class

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Client(
	Client Client,
	bool lightPayload
)

Parameters

Client
Type: Client

[Missing <param name="Client"/> documentation for "M:ParaPlanREST.Models.Client.#ctor(ParaPlan.Entities.Client,System.Boolean)"]

lightPayload
Type: SystemBoolean

[Missing <param name="lightPayload"/> documentation for "M:ParaPlanREST.Models.Client.#ctor(ParaPlan.Entities.Client,System.Boolean)"]

See Also