Table of Contents

Class ClientInfo

Namespace: FastReport.Olap.Cloud
Assembly: FastCube.Core.dll

Class describes client information.

public class ClientInfo

Inheritance

objectClientInfo

Constructors

ClientInfo(string, string, string)

Initializes a new instance of the FastReport.Olap.Cloud.ClientInfo class.

public ClientInfo(string name, string id, string secret)

Parameters

name string

The client name.

id string

The client ID.

secret string

The client secret.

Properties

Id

Gets or sets the client ID.

public string Id { get; set; }

Property Value

string

Name

Gets or sets the client name.

public string Name { get; set; }

Property Value

string

Secret

Gets or sets the client secret.

public string Secret { get; set; }

Property Value

string