Class TemporarySelectionSession
Inheritance
System.Object
TemporarySelectionSession
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 |
---|---|
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 |
---|---|---|
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 |
---|---|---|
Guid | SourceStackGuid | |
Guid | DestinationStackGuid |
Returns
Type | Description |
---|---|
System.String | String |