Show / Hide Table of Contents

Interface INamespaceWriter

Interface for Writers that support the use of Namespaces and allows a set of Default Namespaces to be defined.

Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public interface INamespaceWriter

Properties

| Edit this page View Source

DefaultNamespaces

Gets/Sets the Default Namespaces used for writing.

Declaration
INamespaceMapper DefaultNamespaces { get; set; }
Property Value
Type Description
INamespaceMapper

Extension Methods

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