logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PersistenceLoadBytesInput

    Input data transfer object for loading bytes from the blob store.

    Inheritance
    object
    PersistenceLoadBytesInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Persistence.Application.DTO
    Assembly: Serenity.Global.Application.dll
    Syntax
    public class PersistenceLoadBytesInput

    Constructors

    PersistenceLoadBytesInput(string)

    Initializes a new instance of the PersistenceLoadBytesInput class.

    Declaration
    public PersistenceLoadBytesInput(string key)
    Parameters
    Type Name Description
    string key

    The key under which the byte array is stored.

    Fields

    Key

    Declaration
    public string Key
    Field Value
    Type Description
    string

    The key under which the byte array is stored.

    In this article
    © 2026 Serenity. All Rights Reserved