ResourceCollectionInfo クラス

定義

<atom:collection> 要素によって表現されるリソースのコレクションを表します。

public ref class ResourceCollectionInfo
public class ResourceCollectionInfo
type ResourceCollectionInfo = class
Public Class ResourceCollectionInfo
継承
ResourceCollectionInfo

コンストラクター

ResourceCollectionInfo()

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

ResourceCollectionInfo(String, Uri)

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

ResourceCollectionInfo(TextSyndicationContent, Uri)

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

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)

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

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)

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

プロパティ

Accepts

コレクションに追加できるリソースの型のコレクションを取得します。

AttributeExtensions

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

BaseUri

ResourceCollectionInfo インスタンスのベース URI を取得または設定します。

Categories

CategoriesDocument オブジェクトのコレクションを取得します。

ElementExtensions

サービス ドキュメントの要素拡張を取得します。

Link

コレクションの URI を取得または設定します。

Title

コレクションのタイトルを取得または設定します。

メソッド

CreateInlineCategoriesDocument()

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

CreateReferencedCategoriesDocument()

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

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

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

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

TryParseElement(XmlReader, String)

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

WriteAttributeExtensions(XmlWriter, String)

属性の拡張を、指定された配信バージョンを使用して、指定された XmlWriter に書き込みます。

WriteElementExtensions(XmlWriter, String)

要素拡張を、指定した配信バージョンを使用して、指定した XmlWriter に書き込みます。

適用対象