AtomPub10ServiceDocumentFormatter Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Formater, który serializuje ServiceDocument wystąpienie do i z formatu XML przy użyciu formatów Atom 1.0.
public ref class AtomPub10ServiceDocumentFormatter : System::ServiceModel::Syndication::ServiceDocumentFormatter, System::Xml::Serialization::IXmlSerializable
public class AtomPub10ServiceDocumentFormatter : System.ServiceModel.Syndication.ServiceDocumentFormatter, System.Xml.Serialization.IXmlSerializable
type AtomPub10ServiceDocumentFormatter = class
inherit ServiceDocumentFormatter
interface IXmlSerializable
Public Class AtomPub10ServiceDocumentFormatter
Inherits ServiceDocumentFormatter
Implements IXmlSerializable
- Dziedziczenie
- Pochodne
- Implementuje
Uwagi
Ta klasa służy do serializacji wystąpień ServiceDocument kodu XML i generowania wystąpień z ServiceDocument dokumentu XML. Jeśli chcesz serializować lub deserializować obiekt pochodzący z ServiceDocumentklasy , zamiast tego należy użyć AtomPub10ServiceDocumentFormatter<TServiceDocument> formatu.
Konstruktory
AtomPub10ServiceDocumentFormatter() |
Tworzy nowe wystąpienie klasy opartej na ServiceDocumentFormatter atomie 1.0. |
AtomPub10ServiceDocumentFormatter(ServiceDocument) |
Tworzy nowe wystąpienie klasy opartej na ServiceDocumentFormatter atomie 1.0 w celu serializacji określonego dokumentu usługi. |
AtomPub10ServiceDocumentFormatter(Type) |
Tworzy nowe wystąpienie klasy opartej na ServiceDocumentFormatter atomie 1.0. |
Właściwości
Document |
ServiceDocument Pobiera element skojarzony z formaterem. (Odziedziczone po ServiceDocumentFormatter) |
Version |
Pobiera nazwę przestrzeni nazw protokołu Publikowania Atom. |
Metody
CanRead(XmlReader) |
Sprawdza, czy określony czytnik XML zawiera prawidłowy dokument usługi. |
CreateDocumentInstance() |
Tworzy nowe ServiceDocument wystąpienie skojarzone z formaterem Atom 1.0. |
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu. (Odziedziczone po Object) |
GetType() |
Type Pobiera bieżące wystąpienie. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy płytkią kopię bieżącego Objectelementu . (Odziedziczone po Object) |
ReadFrom(XmlReader) |
ServiceDocument Generuje obiekt z określonego czytnika XML. |
SetDocument(ServiceDocument) |
Ustawia wartość do ServiceDocument zapisu. (Odziedziczone po ServiceDocumentFormatter) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt. (Odziedziczone po Object) |
WriteTo(XmlWriter) |
ServiceDocument Zapisuje obiekt skojarzony z formaterem do określonego składnika zapisywania XML. |
Jawne implementacje interfejsu
IXmlSerializable.GetSchema() |
Ta metoda jest zarezerwowana i nie powinna być używana. |
IXmlSerializable.ReadXml(XmlReader) |
Generuje element ServiceDocument na podstawie reprezentacji XML. |
IXmlSerializable.WriteXml(XmlWriter) |
Konwertuje element ServiceDocument na reprezentację XML. |