CategoriesDocumentFormatter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다른 포맷터의 기본 클래스로 사용되는 추상 클래스입니다(예: AtomPub10CategoriesDocumentFormatter).
public ref class CategoriesDocumentFormatter abstract
[System.Runtime.Serialization.DataContract]
public abstract class CategoriesDocumentFormatter
[<System.Runtime.Serialization.DataContract>]
type CategoriesDocumentFormatter = class
Public MustInherit Class CategoriesDocumentFormatter
- 상속
-
CategoriesDocumentFormatter
- 파생
- 특성
설명
이 클래스는 추상이며 직접 인스턴스화할 수 없습니다.
생성자
| Name | Description |
|---|---|
| CategoriesDocumentFormatter() |
클래스의 새 인스턴스를 CategoriesDocumentFormatter 만듭니다. |
| CategoriesDocumentFormatter(CategoriesDocument) |
지정된 CategoriesDocumentFormatter클래스를 사용하여 클래스의 CategoriesDocument 새 인스턴스를 만듭니다. |
속성
| Name | Description |
|---|---|
| Document |
범주 문서를 가져옵니다. |
| Version |
포맷터에서 사용하는 배포 버전을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| CanRead(XmlReader) |
지정된 XmlReader 항목에 유효한 Atom 1.0 범주 문서가 포함되어 있는지 확인합니다. |
| CreateInlineCategoriesDocument() |
InlineCategoriesDocument 서비스 문서 내의 요소로 < |
| CreateReferencedCategoriesDocument() |
ReferencedCategoriesDocument 서비스 문서 내의 요소로 < |
| Equals(Object) |
지정된 개체가 현재 개체와 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetHashCode() |
기본 해시 함수로 사용됩니다. (다음에서 상속됨 Object) |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ReadFrom(XmlReader) |
지정된 < 인스턴스에서 Atom 1.0 |
| SetDocument(CategoriesDocument) |
에 CategoriesDocument 연결할 자를 CategoriesDocumentFormatter지정합니다. |
| ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
| WriteTo(XmlWriter) |
지정된 CategoriesDocument에 CategoriesDocumentFormatter 연결된 XmlWriter 값을 씁니다. |