言語

InlineCategoriesDocument クラス

定義

サービス ドキュメント内の <atom:categories> 要素を表します。

public ref class InlineCategoriesDocument : System::ServiceModel::Syndication::CategoriesDocument
public class InlineCategoriesDocument : System.ServiceModel.Syndication.CategoriesDocument
type InlineCategoriesDocument = class
    inherit CategoriesDocument
Public Class InlineCategoriesDocument
Inherits CategoriesDocument
継承
InlineCategoriesDocument

コンストラクター

名前 説明
InlineCategoriesDocument()

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

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

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

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

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

プロパティ

名前 説明
AttributeExtensions

属性拡張のコレクションを取得します。

(継承元 CategoriesDocument)
BaseUri

CategoriesDocumentのベース URI。

(継承元 CategoriesDocument)
Categories

InlineCategoriesDocumentに関連付けられている配信カテゴリのコレクションを取得します。

ElementExtensions

CategoriesDocumentの要素拡張を取得します。

(継承元 CategoriesDocument)
IsFixed

配信カテゴリを InlineCategoriesDocumentに追加できるかどうかを指定する値を取得または設定します。

Language

CategoriesDocumentの言語を取得または設定します。

(継承元 CategoriesDocument)
Scheme

InlineCategoriesDocumentのスキームを取得または設定します。

メソッド

名前 説明
CreateCategory()

新しい SyndicationCategory インスタンスを作成します。

Equals(Object)

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

(継承元 Object)
GetFormatter()

このメソッドが呼び出されるAtomPub10CategoriesDocumentFormatterで初期化された新しいCategoriesDocument インスタンスを取得します。

(継承元 CategoriesDocument)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
Save(XmlWriter)

CategoriesDocumentXmlWriterに保存します。

(継承元 CategoriesDocument)
ToString()

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

(継承元 Object)
TryParseAttribute(String, String, String, String)

属性拡張機能の解析を試みます。

(継承元 CategoriesDocument)
TryParseElement(XmlReader, String)

要素拡張の解析を試みます。

(継承元 CategoriesDocument)
WriteAttributeExtensions(XmlWriter, String)

指定した XmlWriterに属性拡張を書き込みます。

(継承元 CategoriesDocument)
WriteElementExtensions(XmlWriter, String)

指定した XmlWriterに要素拡張を書き込みます。

(継承元 CategoriesDocument)

適用対象