Show / Hide Table of Contents

Class OutputRdfCollection

Class used to store Collections as part of the writing process for Compressing Writers.

Inheritance
System.Object
OutputRdfCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class OutputRdfCollection

Constructors

| Improve this Doc View Source

OutputRdfCollection(bool)

Creates a new Instance of a Collection.

Declaration
public OutputRdfCollection(bool explicitCollection)
Parameters
Type Name Description
System.Boolean explicitCollection

Whether the collection is explicit (specified using square bracket notation) or implicit (specified using normal parentheses).

Properties

| Improve this Doc View Source

HasBeenWritten

Gets/Sets whether the Collection has been written.

Declaration
public bool HasBeenWritten { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsExplicit

Gets whether this is an Explicit collection (specified using square bracket notation).

Declaration
public bool IsExplicit { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Triples

Gets the Triples that make up the Collection.

Declaration
public List<Triple> Triples { get; }
Property Value
Type Description
System.Collections.Generic.List<T><Triple>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • OutputRdfCollection(bool)
  • Properties
    • HasBeenWritten
    • IsExplicit
    • Triples
  • Extension Methods
Back to top Generated by DocFX