Skip to main content

Class StringTextArtifactIoFactory

Namespace: Workspace.XBR.Xperiflow.Routines.Io

Assembly: Xperiflow.dll

Declaration
public class StringTextArtifactIoFactory : IArtifactIoFactory<string>

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

Methods

IsApplicable(string)

Whether this factory is applicalbe to the given data. If this returns true, this implies that the asssociated IArtifactWriter can be used to write the data to the MetaFileSystem.

Declaration
public bool IsApplicable(string data)
Returns

System.Boolean

Parameters
TypeName
System.Stringdata

CreateReader()

Creates the reader for the given data.

Declaration
public IArtifactReader<string> CreateReader()
Returns

Workspace.XBR.Xperiflow.Routines.Io.IArtifactReader<System.String>

CreateWriter()

Creates the writer for the given data.

Declaration
public IArtifactWriter<string> CreateWriter()
Returns

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

Implements

  • Workspace.XBR.Xperiflow.Routines.Io.IArtifactIoFactory<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?