C# Класс Ecologylab.BigSemantics.MetadataNS.Builtins.Document

Наследование: Ecologylab.BigSemantics.MetadataNS.Builtins.Declarations.DocumentDeclaration
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddAdditionalLocation() публичный Метод

public AddAdditionalLocation ( MetadataParsedURL additionalLocation ) : void
additionalLocation MetadataParsedURL
Результат void

AddClipping() публичный Метод

public AddClipping ( IClipping clipping ) : void
clipping IClipping
Результат void

ChangeLocation() публичный Метод

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
Результат void

ConstructClosure() публичный Метод

public ConstructClosure ( ) : DocumentClosure
Результат DocumentClosure

ConstructClosure() публичный Метод

public ConstructClosure ( MetadataServicesClient client, SemanticsGlobalCollection downloadedDocumentCollection ) : DocumentClosure
client Ecologylab.BigSemantics.Services.MetadataServicesClient
downloadedDocumentCollection SemanticsGlobalCollection
Результат DocumentClosure

Document() публичный Метод

public Document ( ) : System
Результат System

Document() публичный Метод

public Document ( MetaMetadataCompositeField metaMetadata ) : System
metaMetadata Ecologylab.BigSemantics.MetaMetadataNS.MetaMetadataCompositeField
Результат System

DownloadAndParseDone() публичный Метод

public DownloadAndParseDone ( ) : void
Результат void

GetOrConstructClosure() публичный Метод

@return A closure for this, or null, if this is not fit to be parsed.
public GetOrConstructClosure ( ) : DocumentClosure
Результат DocumentClosure

GetOrConstructClosure() публичный Метод

@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
Результат DocumentClosure

InheritValues() публичный Метод

public InheritValues ( Document oldDocument ) : void
oldDocument Document
Результат void

ToString() публичный Метод

public ToString ( ) : String
Результат String