Search Results for

    Show / Hide Table of Contents

    Class TemporarySelectionSession

    Inheritance
    System.Object
    TemporarySelectionSession
    Implements
    System.IDisposable
    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.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class TemporarySelectionSession : IDisposable

    Constructors

    | Improve this Doc View Source

    TemporarySelectionSession()

    Consructor

    Declaration
    public TemporarySelectionSession()

    Properties

    | Improve this Doc View Source

    SessionGuid

    Session id

    Declaration
    public Guid SessionGuid { get; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    Clear()

    Clear the current session

    Declaration
    public void Clear()
    | Improve this Doc View Source

    Dispose()

    Release Table

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Fill(IList<String>)

    Fill

    Declaration
    public TemporarySelectionSession Fill(IList<string> guidList)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.String> guidList
    Returns
    Type Description
    TemporarySelectionSession
    | Improve this Doc View Source

    GetJoin(Guid, Guid)

    Get Join as String

    Declaration
    public string GetJoin(Guid SourceStackGuid, Guid DestinationStackGuid)
    Parameters
    Type Name Description
    System.Guid SourceStackGuid
    System.Guid DestinationStackGuid
    Returns
    Type Description
    System.String

    String

    Implements

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