Class TableDataContainerContext
A concrete implementation of the [Workspace.XBR.Xperiflow.Etl.IDataContainerContext](../Xperiflow.Etl/IDataContainerContext.md)
interface that represents a table.
Namespace: Workspace.XBR.Xperiflow.Etl
Assembly: Xperiflow.dll
public class TableDataContainerContext : IDataContainerContext
Implements: Workspace.XBR.Xperiflow.Etl.IDataContainerContext
Properties
TableName
The name of the table.
[JsonPropertyName("tableName")]
public string TableName { get; set; }
Methods
ToJson()
Serializes the [Workspace.XBR.Xperiflow.Etl.TableDataContainerContext](../Xperiflow.Etl/TableDataContainerContext.md)
object to a JSON string.
public string ToJson()
Returns
System.String
A serialized representation of the TableDataContainerContext
FromJson(string)
Deserializes the JSON string to a [Workspace.XBR.Xperiflow.Etl.TableDataContainerContext](../Xperiflow.Etl/TableDataContainerContext.md)
object.
public static TableDataContainerContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Etl.TableDataContainerContext
A [Workspace.XBR.Xperiflow.Etl.TableDataContainerContext](../Xperiflow.Etl/TableDataContainerContext.md)
Parameters
Type | Name | Description |
---|---|---|
System.String | data | The JSON string representation of the TableDataContainerContext |
Exceptions
System.Text.Json.JsonException
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object,System.Object)
System.Object.GetHashCode
System.Object.GetType
System.Object.MemberwiseClone
System.Object.ReferenceEquals(System.Object,System.Object)
System.Object.ToString