C# 클래스 Ecologylab.BigSemantics.MetadataNS.Builtins.Document

상속: Ecologylab.BigSemantics.MetadataNS.Builtins.Declarations.DocumentDeclaration
파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp 1 사용 예제들

공개 메소드들

메소드 설명
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