Show / Hide Table of Contents

Class SkosOrderedCollection

Represents an ordered group of SKOS concepts.

Inheritance
System.Object
SkosResource
SkosMember
SkosCollection
SkosOrderedCollection
Inherited Members
SkosCollection.Member
SkosResource.Resource
SkosResource.Graph
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Skos
Assembly: dotNetRdf.Skos.dll
Syntax
public class SkosOrderedCollection : SkosCollection

Constructors

| Improve this Doc View Source

SkosOrderedCollection(INode, IGraph)

Creates a new ordered collection for the given resource.

Declaration
public SkosOrderedCollection(INode resource, IGraph graph)
Parameters
Type Name Description
INode resource

Resource representing the ordered collection.

IGraph graph

The graph containing the collection.

Properties

| Improve this Doc View Source

MemberList

Gets the ordered list of members of the collection.

Declaration
public IEnumerable<SkosMember> MemberList { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><SkosMember>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SkosOrderedCollection(INode, IGraph)
  • Properties
    • MemberList
  • Extension Methods
Back to top Generated by DocFX