FileBasedServiceBase Class |
Namespace: PDTec.IceNet.Sdk.Utils
public abstract class FileBasedServiceBase
The FileBasedServiceBase type exposes the following members.
| Name | Description | |
|---|---|---|
| FileBasedServiceBase |
Creates an instance of a service session without additional business objects implementations.
| |
| FileBasedServiceBase(Assembly) |
Creates an instance of a service session with additional business objects implementations.
|
| Name | Description | |
|---|---|---|
| FileProperties |
Gets the properties dictionary. The dictionary manages additional metadata as key-value pairs.
| |
| PreinstalledPackages | ||
| Repository |
Provides access to the sessions repository.
| |
| SessionVaultDirectory |
| Name | Description | |
|---|---|---|
| CreateRepository | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FileNew |
Clears the service session and resets the project file path.
| |
| FileOpen |
Reads a project file into the service session. This replaces all current session data.
| |
| FileSave |
Saves the service session to the current project file.
| |
| FileSaveAs |
Saves the service session to a project file specified by its file path.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFileProperties |
Reads the metadata properties without loading the project file.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MakeSessionFileName | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| SessionVaultDirectoryCreated |