Interface IStackService
Stack service interface
Namespace: Simplic.DataStack
Assembly: Simplic.DataStack.dll
Syntax
public interface IStackService
Methods
| Improve this Doc View SourceGetInstanceDataContent(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 |
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 |