Search Results for

    Show / Hide Table of Contents

    Interface IStackService

    Stack service interface

    Namespace: Simplic.DataStack
    Assembly: Simplic.DataStack.dll
    Syntax
    public interface IStackService

    Methods

    | Improve this Doc View Source

    GetInstanceDataContent(Guid, Guid)

    Get the content of the instancedata as string

    Declaration
    string GetInstanceDataContent(Guid stackGuid, Guid instanceDataGuid)
    Parameters
    Type Name Description
    System.Guid stackGuid

    Guid of the stack

    System.Guid instanceDataGuid

    Guid of the instancedata

    Returns
    Type Description
    System.String

    All values of the instancedata as string

    | Improve this Doc View Source

    GetTableName(Guid)

    Get the current stack table name by id

    Declaration
    string GetTableName(Guid stackGuid)
    Parameters
    Type Name Description
    System.Guid stackGuid

    Unique stack id

    Returns
    Type Description
    System.String

    Table name

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