Table of Contents

Class ClientInfoForm

Namespace: FastReport.Olap.Cloud.StorageClient.GoogleDrive
Assembly: FastCube.WinForms.dll

Represents the Client Info diabolg form.

public class ClientInfoForm : BaseDialogForm

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormBaseDialogFormClientInfoForm

Inherited Members

BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk

Constructors

ClientInfoForm()

Initializes a new instance of the FastReport.Olap.Cloud.StorageClient.GoogleDrive.ClientInfoForm class.

public ClientInfoForm()

Properties

Id

Gets the client ID.

public string Id { get; }

Property Value

string

Secret

Gets the client secret.

public string Secret { get; }

Property Value

string

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

Localize()

Localizes the dialog controls.

public override void Localize()

Remarks

Use this method to set control's captions specific to the current locale.