Show / Hide Table of Contents

Class OutputRdfCollection

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

Inheritance
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

| Edit this page View Source

OutputRdfCollection(bool)

Creates a new Instance of a Collection.

Declaration
public OutputRdfCollection(bool explicitCollection)
Parameters
Type Name Description
bool explicitCollection

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

Properties

| Edit this page View Source

HasBeenWritten

Gets/Sets whether the Collection has been written.

Declaration
public bool HasBeenWritten { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

IsExplicit

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

Declaration
public bool IsExplicit { get; }
Property Value
Type Description
bool
| Edit this page View Source

Triples

Gets the Triples that make up the Collection.

Declaration
public List<Triple> Triples { get; }
Property Value
Type Description
List<Triple>

Extension Methods

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