Click or drag to resize
IStorageProviderGetAllStorageRecords Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Storage.IStorageProvider.GetAllStorageRecords(ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

Namespace: ZU.Storage
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
List<Tuple<string, string>> GetAllStorageRecords(
	IMigrationProvider migrationProv,
	string spaceName,
	ModelKind spaceKind,
	out bool succeeded
)

Parameters

migrationProv
Type: ZU.Storage.MigrationIMigrationProvider

[Missing <param name="migrationProv"/> documentation for "M:ZU.Storage.IStorageProvider.GetAllStorageRecords(ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

spaceName
Type: SystemString

[Missing <param name="spaceName"/> documentation for "M:ZU.Storage.IStorageProvider.GetAllStorageRecords(ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

spaceKind
Type: ZU.CoreModelKind

[Missing <param name="spaceKind"/> documentation for "M:ZU.Storage.IStorageProvider.GetAllStorageRecords(ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

succeeded
Type: SystemBoolean

[Missing <param name="succeeded"/> documentation for "M:ZU.Storage.IStorageProvider.GetAllStorageRecords(ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

Return Value

Type: ListTupleString, String

[Missing <returns> documentation for "M:ZU.Storage.IStorageProvider.GetAllStorageRecords(ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

See Also