CubeSerializer

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The CubeSerializer class implements the object that is used to work with a cube saved to file.

Fore.NET Syntax

Class to get analog of the  CubeSerializer class:

None;

Class to get analog of the  CubeSerializer class object:

CubeSerializerClass;

Class object properties inherited from ICubeSerializer

  Property name Brief description
The FileName property determines the name of the file, to which the cube will be saved.
The StorageType property determines the type of the storage, to which the cube will be placed.

Class object methods inherited from ICubeSerializer

  Method name Brief description
The LoadFromFile method loads the cube saved to file.
The PreCheck method checks export permissions of this user.
The SaveToFile method creates a file and initializes a process of saving a cube to file.

See also:

Cubes Assembly Classes