Show / Hide Table of Contents

Interface IFormatterBasedWriter

Interface for writers which use formatters from the Formatting namespace.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public interface IFormatterBasedWriter

Properties

| Improve this Doc View Source

TripleFormatterType

Gets the Type for the Triple Formatter this writer uses.
Declaration
Type TripleFormatterType { get; }
Property Value
Type Description
System.Type
Remarks
This should be the type descriptor for a type that implements ITripleFormatter.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • TripleFormatterType
  • Extension Methods
Back to top Generated by DocFX