Skip to main content

Class FilePathDataContainerContext

A concrete implementation of the [Workspace.XBR.Xperiflow.Etl.IDataContainerContext](../Xperiflow.Etl/IDataContainerContext.md) interface that represents a file path.

Namespace: Workspace.XBR.Xperiflow.Etl

Assembly: Xperiflow.dll

Declaration
public class FilePathDataContainerContext : IDataContainerContext

Implements: Workspace.XBR.Xperiflow.Etl.IDataContainerContext

Properties

FilePath

The file path to the data container.

Declaration
[JsonPropertyName("filePath")]
public string FilePath { get; set; }

Methods

ToJson()

Serializes the [Workspace.XBR.Xperiflow.Etl.FilePathDataContainerContext](../Xperiflow.Etl/FilePathDataContainerContext.md) object to a JSON string.

Declaration
public string ToJson()
Returns

System.String

A serialized representation of the FilePathDataContainerContext

FromJson(string)

Deserializes the JSON string to a [Workspace.XBR.Xperiflow.Etl.FilePathDataContainerContext](../Xperiflow.Etl/FilePathDataContainerContext.md) object.

Declaration
public static FilePathDataContainerContext FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Etl.FilePathDataContainerContext

A [Workspace.XBR.Xperiflow.Etl.FilePathDataContainerContext](../Xperiflow.Etl/FilePathDataContainerContext.md)

Parameters
TypeNameDescription
System.StringdataThe JSON string representation of the FilePathDataContainerContext
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

Was this page helpful?