CategoriesDocumentFormatter クラス

定義

他のフォーマッタの基底クラスとして使用される抽象クラス (たとえば、 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
派生
属性

注釈

このクラスは抽象クラスであり、直接インスタンス化することはできません。

コンストラクター

名前 説明
CategoriesDocumentFormatter()

CategoriesDocumentFormatter クラスの新しいインスタンスを作成します。

CategoriesDocumentFormatter(CategoriesDocument)

指定したCategoriesDocumentFormatterを使用して、CategoriesDocument クラスの新しいインスタンスを作成します。

プロパティ

名前 説明
Document

カテゴリ ドキュメントを取得します。

Version

フォーマッタで使用されるシンジケーション バージョンを取得します。

メソッド

名前 説明
CanRead(XmlReader)

指定した XmlReader に有効な Atom 1.0 カテゴリ ドキュメントが含まれているかどうかを確認します。

CreateInlineCategoriesDocument()

サービス ドキュメント内のInlineCategoriesDocument<atom:categories要素にシリアル化でき、要素内のカテゴリのセットを含む>を作成します。

CreateReferencedCategoriesDocument()

サービス ドキュメント内のReferencedCategoriesDocument<atom:categories要素にシリアル化でき、要素内のカテゴリのセットへの URI 参照を含む>を作成します。

Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ReadFrom(XmlReader)

指定した< インスタンスから Atom 1.0 atom:categories>XmlReader要素を読み取ります。

SetDocument(CategoriesDocument)

CategoriesDocumentに関連付けるCategoriesDocumentFormatterを指定します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
WriteTo(XmlWriter)

指定したCategoriesDocumentCategoriesDocumentFormatterに関連付けられているXmlWriterを書き込みます。

適用対象