Class WebDemandGraphCollection
A decorator for graph collections where graphs not in the underlying graph collection can be loaded on-demand from the Web as needed.
Inheritance
System.Object
WebDemandGraphCollection
Implements
System.Collections.Generic.IEnumerable<IGraph>
System.Collections.IEnumerable
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public class WebDemandGraphCollection : BaseDemandGraphCollection, IEnumerable<IGraph>, IEnumerable, IDisposable
Constructors
| Improve this Doc View SourceWebDemandGraphCollection()
Creates a new Web Demand Graph Collection which loads Graphs from the Web on demand.
Declaration
public WebDemandGraphCollection()
WebDemandGraphCollection(BaseGraphCollection)
Creates a new Web Demand Graph Collection which loads Graphs from the Web on demand.
Declaration
public WebDemandGraphCollection(BaseGraphCollection collection)
Parameters
Type | Name | Description |
---|---|---|
BaseGraphCollection | collection | Collection to decorate. |
Methods
| Improve this Doc View SourceLoadOnDemand(Uri)
Tries to load a Graph on demand from a URI.
Declaration
protected override IGraph LoadOnDemand(Uri graphUri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | graphUri | Graph URI. |
Returns
Type | Description |
---|---|
IGraph |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable