CategoriesDocument Classe
Definição
Representa um documento de categorias.Represents a categories document.
public ref class CategoriesDocument abstract
public abstract class CategoriesDocument
type CategoriesDocument = class
Public MustInherit Class CategoriesDocument
- Herança
-
CategoriesDocument
- Derivado
Comentários
Um documento de categorias descreve as categorias permitidas em uma coleção.A categories document describes the categories allowed within a collection.
Propriedades
| AttributeExtensions |
Obtém uma coleção de extensões de atributo.Gets a collection of attribute extensions. |
| BaseUri |
O URI de base do CategoriesDocument.The base URI of the CategoriesDocument. |
| ElementExtensions |
Obtém as extensões de elemento para o CategoriesDocument.Gets the element extensions for the CategoriesDocument. |
| Language |
Obtém ou define o idioma do CategoriesDocument.Gets or sets the language of the CategoriesDocument. |
Métodos
| Create(Collection<SyndicationCategory>) |
Cria uma nova instância CategoriesDocument.Creates a new CategoriesDocument instance. |
| Create(Collection<SyndicationCategory>, Boolean, String) |
Cria uma nova instância da classe CategoriesDocument.Creates a new instance of the CategoriesDocument class. |
| Create(Uri) |
Cria uma nova instância do CategoriesDocument inicializando-o com o Uri especificado.Creates a new instance of the CategoriesDocument initializing it with the specified Uri. |
| 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) |
| GetFormatter() |
Obtém uma nova instância de AtomPub10CategoriesDocumentFormatter inicializada com o CategoriesDocument em que este método é chamado.Gets a new AtomPub10CategoriesDocumentFormatter instance initialized with the CategoriesDocument on which this method is called. |
| 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) |
| Load(XmlReader) |
Carrega uma instância de CategoriesDocument de um XmlReader.Loads a CategoriesDocument instance from an XmlReader. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| Save(XmlWriter) |
Salva o CategoriesDocument em um XmlWriter.Saves the CategoriesDocument to a XmlWriter. |
| 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.Writes the attribute extensions to the specified XmlWriter. |
| WriteElementExtensions(XmlWriter, String) |
Grava a extensão de elemento no XmlWriter especificado.Writes the element extension to the specified XmlWriter. |