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

| Edit this page View Source

TripleFormatterType

Gets the Type for the Triple Formatter this writer uses.

Declaration
Type TripleFormatterType { get; }
Property Value
Type Description
Type
Remarks

This should be the type descriptor for a type that implements ITripleFormatter.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • TripleFormatterType
  • Extension Methods
Back to top Generated by DocFX