C# Class Ecologylab.BigSemantics.MetadataNS.Builtins.Document

Inheritance: Ecologylab.BigSemantics.MetadataNS.Builtins.Declarations.DocumentDeclaration
Afficher le fichier Open project: ecologylab/BigSemanticsCSharp Class Usage Examples

Méthodes publiques

Méthode Description
AddAdditionalLocation ( MetadataParsedURL additionalLocation ) : void
AddClipping ( IClipping clipping ) : void
ChangeLocation ( ParsedUri newLocation ) : void

Get the old location from this. Set the location of this to the newLocation. Add a mapping in the GlobalCollection from newLocation to this. Add the old location for this as an additionalLocation for this.

ConstructClosure ( ) : DocumentClosure
ConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure
Document ( ) : System
Document ( MetaMetadataCompositeField metaMetadata ) : System
DownloadAndParseDone ( ) : void
GetOrConstructClosure ( ) : DocumentClosure

@return A closure for this, or null, if this is not fit to be parsed.

GetOrConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure

@return A closure for this, or null, if this is not fit to be parsed.

InheritValues ( Document oldDocument ) : void
ToString ( ) : String

Method Details

AddAdditionalLocation() public méthode

public AddAdditionalLocation ( MetadataParsedURL additionalLocation ) : void
additionalLocation MetadataParsedURL
Résultat void

AddClipping() public méthode

public AddClipping ( IClipping clipping ) : void
clipping IClipping
Résultat void

ChangeLocation() public méthode

Get the old location from this. Set the location of this to the newLocation. Add a mapping in the GlobalCollection from newLocation to this. Add the old location for this as an additionalLocation for this.
public ChangeLocation ( ParsedUri newLocation ) : void
newLocation Simpl.Fundamental.Net.ParsedUri
Résultat void

ConstructClosure() public méthode

public ConstructClosure ( ) : DocumentClosure
Résultat DocumentClosure

ConstructClosure() public méthode

public ConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure
client Ecologylab.BigSemantics.Services.MetadataServicesClient
downloadedDocumentCollection SemanticsGlobalCollection
Résultat DocumentClosure

Document() public méthode

public Document ( ) : System
Résultat System

Document() public méthode

public Document ( MetaMetadataCompositeField metaMetadata ) : System
metaMetadata Ecologylab.BigSemantics.MetaMetadataNS.MetaMetadataCompositeField
Résultat System

DownloadAndParseDone() public méthode

public DownloadAndParseDone ( ) : void
Résultat void

GetOrConstructClosure() public méthode

@return A closure for this, or null, if this is not fit to be parsed.
public GetOrConstructClosure ( ) : DocumentClosure
Résultat DocumentClosure

GetOrConstructClosure() public méthode

@return A closure for this, or null, if this is not fit to be parsed.
public GetOrConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure
client Ecologylab.BigSemantics.Services.MetadataServicesClient
downloadedDocumentCollection SemanticsGlobalCollection
Résultat DocumentClosure

InheritValues() public méthode

public InheritValues ( Document oldDocument ) : void
oldDocument Document
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String