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