logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class FilePersistenceServiceFactory

    Factory for creating file persistence services.

    Inheritance
    object
    FilePersistenceServiceFactory
    Implements
    IFilePersistenceServiceFactory
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.FilePersistence.Application.Services
    Assembly: Serenity.Global.Application.dll
    Syntax
    public class FilePersistenceServiceFactory : IFilePersistenceServiceFactory

    Constructors

    FilePersistenceServiceFactory(IFileSystemService, IFileWriterService)

    Initializes a new instance of the FilePersistenceServiceFactory class.

    Declaration
    public FilePersistenceServiceFactory(IFileSystemService fs, IFileWriterService atomic)
    Parameters
    Type Name Description
    IFileSystemService fs

    File system service instance.

    IFileWriterService atomic

    Atomic file writer instance.

    Methods

    CreateBlobStore()

    Creates a new file persistence service instance.

    Declaration
    public IBlobStore CreateBlobStore()
    Returns
    Type Description
    IBlobStore

    A new instance of IBlobStore.

    Implements

    IFilePersistenceServiceFactory
    In this article
    © 2026 Serenity. All Rights Reserved