Click or drag to resize

StiGoogleSheetsDatabase Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Dictionary.Databases.Google.StiGoogleSheetsDatabase"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Dictionary.Databases.Google
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiGoogleSheetsDatabaseConverter))]
public class StiGoogleSheetsDatabase : StiDatabase

The StiGoogleSheetsDatabase type exposes the following members.

Constructors
  NameDescription
Public methodStiGoogleSheetsDatabase
Initializes a new instance of the StiGoogleSheetsDatabase class
Public methodStiGoogleSheetsDatabase(String, String, String, String, String, String, Boolean)
Initializes a new instance of the StiGoogleSheetsDatabase class
Top
Properties
  NameDescription
Public propertyAlias
Gets or sets an alias of the database.
(Inherited from StiDatabase.)
Public propertyClientId
Public propertyClientSecret
Public propertyComponentId (Overrides StiDatabaseComponentId.)
Public propertyConnectedEvent
Occurs when connection is activated.
(Inherited from StiDatabase.)
Public propertyConnectingEvent
Occurs when connection is activating.
(Inherited from StiDatabase.)
Public propertyConnectionOrder
Gets an order of the connector.
(Inherited from StiDatabase.)
Public propertyConnectionType
Gets a connection type.
(Inherited from StiDatabase.)
Public propertyDisconnectedEvent
Occurs when connection is deactivated.
(Inherited from StiDatabase.)
Public propertyDisconnectingEvent
Occurs when connection is deactivating.
(Inherited from StiDatabase.)
Public propertyFirstRowIsHeader
Public propertyInherited (Inherited from StiDatabase.)
Public propertyKey
Gets or sets the key of the dictionary object.
(Inherited from StiDatabase.)
Public propertyName
Gets or sets a name of the database.
(Inherited from StiDatabase.)
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiDatabase.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiDatabase.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Inherited from StiDatabase.)
Public propertyServiceType
Gets a service type.
(Inherited from StiDatabase.)
Public propertySpreadsheetId
Top
Methods
  NameDescription
Public methodApplyDatabaseInformation(StiDatabaseInformation, StiReport)
Adds tables, views and stored procedures to report dictionary from database information.
(Overrides StiDatabaseApplyDatabaseInformation(StiDatabaseInformation, StiReport).)
Public methodApplyDatabaseInformation(StiDatabaseInformation, StiReport, StiDatabaseInformation)
Adds tables, views and stored procedures to report dictionary from database information.
(Overrides StiDatabaseApplyDatabaseInformation(StiDatabaseInformation, StiReport, StiDatabaseInformation).)
Protected methodApplyDatabaseInformationSource
Public methodClone (Inherited from StiService.)
Public methodCreateConnector (Overrides StiDatabaseCreateConnector(String).)
Public methodCreateGoogleSheetsConnector
Public methodCreateNew (Overrides StiDatabaseCreateNew.)
Public methodEdit (Overrides StiDatabaseEdit(StiDictionary, Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDataAdapter
Public methodGetDatabaseInformation
Returns full database information.
(Inherited from StiDatabase.)
Public methodGetDatabaseInformation(StiReport)
Returns full database information.
(Overrides StiDatabaseGetDatabaseInformation(StiReport).)
Protected methodGetDatabaseInformationTables
Public methodGetEvents
Return events collection of this component.
(Inherited from StiDatabase.)
Public methodGetEvents(IStiPropertyGrid) (Inherited from StiDatabase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Inherited from StiDatabase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeConnected
Raises the Connected event for this connection.
(Inherited from StiDatabase.)
Public methodInvokeConnecting
Raises the Connecting event for this connection.
(Inherited from StiDatabase.)
Public methodInvokeDisconnected
Raises the Disconnected event for this connection.
(Inherited from StiDatabase.)
Public methodInvokeDisconnecting
Raises the Disconnecting event for this connection.
(Inherited from StiDatabase.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject (Inherited from StiDatabase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConnected
Raises the Connected event for this component.
(Inherited from StiDatabase.)
Protected methodOnConnecting
Raises the Connecting event for this connection.
(Inherited from StiDatabase.)
Protected methodOnDisconnected
Raises the Disconnected event for this connection.
(Inherited from StiDatabase.)
Protected methodOnDisconnecting
Raises the Disconnecting event for this connection.
(Inherited from StiDatabase.)
Public methodPackService (Inherited from StiService.)
Public methodRegData
Registers the database in dictionary.
(Overrides StiDatabaseRegData(StiDictionary, Boolean).)
Public methodSaveToJsonObject (Inherited from StiDatabase.)
Public methodSynchronize
Retrieve database schema and create associated data sources in the report dictionary for this database.
(Inherited from StiDatabase.)
Public methodToString (Inherited from StiDatabase.)
Public methodToString(Boolean) (Inherited from StiDatabase.)
Top
Events
  NameDescription
Public eventConnected
Occurs when connection is activated.
(Inherited from StiDatabase.)
Public eventConnecting
Occurs when connection is activating.
(Inherited from StiDatabase.)
Public eventDisconnected
Occurs when connection is deactivated.
(Inherited from StiDatabase.)
Public eventDisconnecting
Occurs when connection is deactivating.
(Inherited from StiDatabase.)
Top
See Also