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 SourceTemporarySelectionSession()
Consructor
Declaration
public TemporarySelectionSession()
Properties
| Improve this Doc View SourceSessionGuid
Session id
Declaration
public Guid SessionGuid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
| Improve this Doc View SourceClear()
Clear the current session
Declaration
public void Clear()
Dispose()
Release Table
Declaration
public void Dispose()
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 |
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