SemWeb : SemWeb Namespace
Entity+LazyUriLoader

This class is used by Store implementations to create entities whose URIs are loaded lazily -- that is, the first time the URI is needed.

public interface Entity+LazyUriLoader


Remarks
None.
Members
Methods
LazyLoadUri (Entity) : string
Gets the URI associated with an entity. The entity is one that was created with Entity.LazyLoadUri.
Member Details
LazyLoadUri
public string LazyLoadUri (Entity entity)

Gets the URI associated with an entity. The entity is one that was created with Entity.LazyLoadUri.

Parameters
entity
The entity to get the URI of.
Returns
The URI of the entity, or null if the entity is anonymous.
Remarks
None.