ResourceCollectionInfo Classe
Definição
Representa uma coleção de recursos representada pelo elemento <atom:collection>.Represents a collection of resources represented by <atom:collection> element.
public ref class ResourceCollectionInfo
public class ResourceCollectionInfo
type ResourceCollectionInfo = class
Public Class ResourceCollectionInfo
- Herança
-
ResourceCollectionInfo
Construtores
| ResourceCollectionInfo() |
Cria uma nova instância da classe ResourceCollectionInfo.Creates a new instance of the ResourceCollectionInfo class. |
| ResourceCollectionInfo(String, Uri) |
Cria uma nova instância da classe ResourceCollectionInfo.Creates a new instance of the ResourceCollectionInfo class. |
| ResourceCollectionInfo(TextSyndicationContent, Uri) |
Cria uma nova instância da classe ResourceCollectionInfo.Creates a new instance of the ResourceCollectionInfo class. |
| ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean) |
Cria uma nova instância da classe ResourceCollectionInfo.Creates a new instance of the ResourceCollectionInfo class. |
| ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>) |
Cria uma nova instância da classe ResourceCollectionInfo.Creates a new instance of the ResourceCollectionInfo class. |
Propriedades
| Accepts |
Obtém uma coleção de tipos de recurso que podem ser adicionados à coleção.Gets a collection of resource types that can be added to the collection. |
| AttributeExtensions |
Obtém uma coleção de extensões de atributo.Gets a collection of attribute extensions. |
| BaseUri |
Obtém ou define o URI base da instância de ResourceCollectionInfo.Gets or sets the base URI for the ResourceCollectionInfo instance. |
| Categories |
Obtém uma coleção de objetos CategoriesDocument .Gets a collection of CategoriesDocument objects. |
| ElementExtensions |
Obtém as extensões de elemento do documento de serviço.Gets the element extensions for the service document. |
| Link |
Obtém ou define o URI para a coleção.Gets or sets the URI for the collection. |
| Title |
Obtém ou define o título da coleção.Gets or sets the title of the collection. |
Métodos
| CreateInlineCategoriesDocument() |
Cria uma nova instância InlineCategoriesDocument.Creates a new InlineCategoriesDocument instance. |
| CreateReferencedCategoriesDocument() |
Cria uma nova instância ReferencedCategoriesDocument.Creates a new ReferencedCategoriesDocument instance. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
| TryParseAttribute(String, String, String, String) |
Tenta analisar uma extensão de atributo.Attempts to parse an attribute extension. |
| TryParseElement(XmlReader, String) |
Tenta analisar uma extensão de elemento.Attempts to parse an element extension. |
| WriteAttributeExtensions(XmlWriter, String) |
Grava as extensões de atributo no XmlWriter especificado usando a versão de sindicalização especificada.Writes the attribute extensions to the specified XmlWriter using the specified syndication version. |
| WriteElementExtensions(XmlWriter, String) |
Grava as extensões de elemento no XmlWriter especificado usando a versão de sindicalização especificada.Writes the element extensions to the specified XmlWriter using the specified syndication version. |