Search Results for

    Show / Hide Table of Contents

    Class ArchiveService

    Inheritance
    System.Object
    ArchiveService
    Implements
    IArchiveService
    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 ArchiveService : IArchiveService

    Constructors

    | Improve this Doc View Source

    ArchiveService()

    Declaration
    public ArchiveService()

    Methods

    | Improve this Doc View Source

    Delete(Guid)

    Declaration
    public void Delete(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    | Improve this Doc View Source

    Read(Guid)

    Declaration
    public byte[] Read(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Write(Guid, Byte[])

    Declaration
    public void Write(Guid id, byte[] data)
    Parameters
    Type Name Description
    System.Guid id
    System.Byte[] data

    Implements

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