Search Results for

    Show / Hide Table of Contents

    Class SqlArchiveProvider

    Archive provider using the "archiv" table

    Inheritance
    System.Object
    SqlArchiveProvider
    Implements
    IArchiveProvider
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class SqlArchiveProvider : IArchiveProvider

    Methods

    | Improve this Doc View Source

    GetBlob(Guid)

    Get a blob from the archive and return as byte-array

    Declaration
    public byte[] GetBlob(Guid blobGuid)
    Parameters
    Type Name Description
    System.Guid blobGuid

    Id of the blob

    Returns
    Type Description
    System.Byte[]

    Byte-array containing the blob

    | Improve this Doc View Source

    SetBlob(Guid, Byte[])

    Save blob in the archive

    Declaration
    public void SetBlob(Guid blobGuid, byte[] blob)
    Parameters
    Type Name Description
    System.Guid blobGuid

    Unique id of the blob

    System.Byte[] blob

    Blob as byte array

    Implements

    IArchiveProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx