Document

Document class

파일 시스템, 스트림 또는 구조에서 인덱스에 추가된 문서의 기본 클래스를 나타냅니다. 다양한 유형의 소스에서 문서를 생성하기 위한 정적 메서드를 포함합니다.

public abstract class Document

속성

이름 설명
virtual AdditionalFields { get; set; } 문서에 대한 추가 필드를 가져오거나 설정합니다.
virtual Attributes { get; set; } 문서의 속성을 가져오거나 설정합니다.
abstract DocumentKey { get; } 인덱스 내에서 문서를 식별하는 데 사용되는 문서 키를 가져옵니다.
abstract DocumentSourceKind { get; } 문서 소스 종류를 가져옵니다.
abstract Extension { get; } 이 문서 유형에 사용되는 확장자를 가져옵니다.
abstract IsLazy { get; } 문서가 필요에 따라 로드되었는지 여부를 나타내는 값을 가져옵니다.
abstract ModificationDate { get; } 문서의 마지막 수정 날짜를 가져옵니다.

행동 양식

이름 설명
static CreateFromFile(string) 파일에서 문서를 생성합니다.
static CreateFromStream(string, DateTime, string, Stream) 스트림에서 문서를 생성합니다.
static CreateFromStructure(string, DateTime, DocumentField[]) 텍스트 필드의 배열인 구조에서 문서를 만듭니다.
static CreateLazy(DocumentSourceKind, string, IDocumentLoader) 지연 로드 문서를 만듭니다.
override ToString() 반환String 현재를 나타내는Document .

비고

더 알아보기

또한보십시오