ReadingWritingEntityEventArgs Classe
Definição
Fornece acesso à entidade e a um objeto XLinq que representa uma entrada Atom.Gives access to the entity and an XLinq object that represents an Atom entry. ReadingWritingEntityEventArgs é usado com os eventos ReadingEntity e WritingEntity.ReadingWritingEntityEventArgs is used with the ReadingEntity and WritingEntity events.
public ref class ReadingWritingEntityEventArgs sealed : EventArgs
public sealed class ReadingWritingEntityEventArgs : EventArgs
type ReadingWritingEntityEventArgs = class
inherit EventArgs
Public NotInheritable Class ReadingWritingEntityEventArgs
Inherits EventArgs
- Herança
Comentários
ReadingWritingEntityEventArgs são usados com os ReadingEntity WritingEntity eventos e.ReadingWritingEntityEventArgs are used with the ReadingEntity and WritingEntity events.
Propriedades
| Data |
Obtém uma entrada do Atom XML ou dados de feed representados como XElement.Gets an XML Atom entry or feed data represented as XElement. |
| Entity |
Obtém a representação de objeto de dados retornados da propriedade Data.Gets the object representation of data returned from the Data property. |
Métodos
| 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) |