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