Definition
Assembly: CloudNimble.BlazorEssentials.IndexedDb.dll Namespace: CloudNimble.BlazorEssentials.IndexedDb.Schema Inheritance: System.ObjectSyntax
Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
Name
Syntax
Property Value
Type:string
ObjectStores
Syntax
Property Value
Type:System.Collections.Generic.List<CloudNimble.BlazorEssentials.IndexedDb.Schema.IndexedDbObjectStoreDefinition>
Version
Syntax
Property Value
Type:int
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetDatabaseDefinition
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
name | string | - |
version | int | - |
objectStores | System.Collections.Generic.List<CloudNimble.BlazorEssentials.IndexedDb.IndexedDbObjectStore> | - |
Returns
Type:CloudNimble.BlazorEssentials.IndexedDb.Schema.IndexedDbDatabaseDefinition
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?