AtomPub10CategoriesDocumentFormatter クラス

定義

Atom 1.0 形式との間で CategoriesDocument インスタンスをシリアル化するクラス。

public ref class AtomPub10CategoriesDocumentFormatter : System::ServiceModel::Syndication::CategoriesDocumentFormatter, System::Xml::Serialization::IXmlSerializable
public class AtomPub10CategoriesDocumentFormatter : System.ServiceModel.Syndication.CategoriesDocumentFormatter, System.Xml.Serialization.IXmlSerializable
type AtomPub10CategoriesDocumentFormatter = class
    inherit CategoriesDocumentFormatter
    interface IXmlSerializable
Public Class AtomPub10CategoriesDocumentFormatter
Inherits CategoriesDocumentFormatter
Implements IXmlSerializable
継承
AtomPub10CategoriesDocumentFormatter
実装

コンストラクター

名前 説明
AtomPub10CategoriesDocumentFormatter()

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

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

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

AtomPub10CategoriesDocumentFormatter(Type, Type)

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

プロパティ

名前 説明
Document

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

(継承元 CategoriesDocumentFormatter)
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を指定します。

(継承元 CategoriesDocumentFormatter)
ToString()

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

(継承元 Object)
WriteTo(XmlWriter)

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

明示的なインターフェイスの実装

名前 説明
IXmlSerializable.GetSchema()

GetSchema() メソッドを実装します。

IXmlSerializable.ReadXml(XmlReader)

ReadXml(XmlReader) メソッドを実装します。

IXmlSerializable.WriteXml(XmlWriter)

WriteXml(XmlWriter) メソッドを実装します。

適用対象