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 SourceTripleFormatterType
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.