AtomPub10ServiceDocumentFormatter Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří novou instanci třídy založené ServiceDocumentFormatter na Atomu 1.0.
Přetížení
AtomPub10ServiceDocumentFormatter() |
Vytvoří novou instanci třídy založené ServiceDocumentFormatter na Atomu 1.0. |
AtomPub10ServiceDocumentFormatter(ServiceDocument) |
Vytvoří novou instanci třídy založené ServiceDocumentFormatter na Atomu 1.0 pro serializaci zadaného dokumentu služby. |
AtomPub10ServiceDocumentFormatter(Type) |
Vytvoří novou instanci třídy založené ServiceDocumentFormatter na Atomu 1.0. |
AtomPub10ServiceDocumentFormatter()
Vytvoří novou instanci třídy založené ServiceDocumentFormatter na Atomu 1.0.
public:
AtomPub10ServiceDocumentFormatter();
public AtomPub10ServiceDocumentFormatter ();
Public Sub New ()
Platí pro
AtomPub10ServiceDocumentFormatter(ServiceDocument)
Vytvoří novou instanci třídy založené ServiceDocumentFormatter na Atomu 1.0 pro serializaci zadaného dokumentu služby.
public:
AtomPub10ServiceDocumentFormatter(System::ServiceModel::Syndication::ServiceDocument ^ documentToWrite);
public AtomPub10ServiceDocumentFormatter (System.ServiceModel.Syndication.ServiceDocument documentToWrite);
new System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter : System.ServiceModel.Syndication.ServiceDocument -> System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
Public Sub New (documentToWrite As ServiceDocument)
Parametry
- documentToWrite
- ServiceDocument
Asociované ServiceDocument s formátovačem Atom 1.0.
Výjimky
documentToWrite
je null
.
Poznámky
Lze documentToWrite
serializovat na reprezentaci XML nebo deserializovat ze reprezentace XML formátovacím programem pomocí formátů Atom 1.0.
Platí pro
AtomPub10ServiceDocumentFormatter(Type)
Vytvoří novou instanci třídy založené ServiceDocumentFormatter na Atomu 1.0.
public:
AtomPub10ServiceDocumentFormatter(Type ^ documentTypeToCreate);
public AtomPub10ServiceDocumentFormatter (Type documentTypeToCreate);
new System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter : Type -> System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
Public Sub New (documentTypeToCreate As Type)
Parametry
- documentTypeToCreate
- Type
Instance objektu, který je odvozen z ServiceDocument typu, který je přidružený k formátu Atom 1.0.
Výjimky
documentTypeToCreate
je null
.
documentTypeToCreate
zadané není platné.
Poznámky
Lze documentTypeToCreate
serializovat na reprezentaci XML nebo deserializovat ze reprezentace XML formátovacím programem pomocí formátů Atom 1.0.