Table of Contents

Class Call

Namespace
Geotab.Checkmate.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

A class used to contain all the information the server needs to invoke a method.

public class Call
Inheritance
Call
Inherited Members

Constructors

Call()

public Call()

Properties

Method

Gets or sets the name of the Method to execute.

public string Method { get; set; }

Property Value

string

name of the method

Params

Gets or sets the JSON - serialized parameters.

public Dictionary<string, object?>? Params { get; set; }

Property Value

Dictionary<string, object>

dictionary of serialized parameters

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.