Skip to main content

Class StringTextArtifactWriter

The Artifact Writer for writing string data to a text file.

Namespace: Workspace.XBR.Xperiflow.Routines.Io

Assembly: Xperiflow.dll

Declaration
public class StringTextArtifactWriter : IArtifactWriter<string>

Implements: Workspace.XBR.Xperiflow.Routines.Io.IArtifactWriter<System.String>

Properties

ArtifactFileAnnotations

The artifact file annotations to be written to storage. This provides runtime information on how to read back the data from the corresponding artifact reader. Please ensure that your File Annotations leverage the proper syntax for the artifact reader to work with.

Declaration
public List<ArtifactFileAnnotation> ArtifactFileAnnotations { get; }

Methods

Write(IMetaFileSystemClient, string, string)

Writes the string data to a text file based on a directory path that exists in the Workspace.XBR.Xperiflow.MetaFileSystem.IMetaFileSystemClient.

Declaration
public void Write(IMetaFileSystemClient metaFileSystemClient, string dirpath, string data)
Parameters
TypeNameDescription
Workspace.XBR.Xperiflow.MetaFileSystem.IMetaFileSystemClientmetaFileSystemClientThe MetaFileSystemClient to use to write the text file.
System.StringdirpathThe directory path to write the text file to.
System.StringdataThe string data to write to the text file.

Implements

  • Workspace.XBR.Xperiflow.Routines.Io.IArtifactWriter<System.String>

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?