ServiceDocumentFormatter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An abstract class used as a base class for other formatters, such as AtomPub10ServiceDocumentFormatter.
public ref class ServiceDocumentFormatter abstract
[System.Runtime.Serialization.DataContract]
public abstract class ServiceDocumentFormatter
[<System.Runtime.Serialization.DataContract>]
type ServiceDocumentFormatter = class
Public MustInherit Class ServiceDocumentFormatter
- Inheritance
-
ServiceDocumentFormatter
- Derived
- Attributes
Remarks
This class is abstract and cannot be instantiated directly.
Constructors
| Name | Description |
|---|---|
| ServiceDocumentFormatter() |
Creates a new instance of the ServiceDocumentFormatter class. |
| ServiceDocumentFormatter(ServiceDocument) |
Creates a new instance of the ServiceDocumentFormatter class. |
Properties
| Name | Description |
|---|---|
| Document |
Gets the ServiceDocument associated with the formatter. |
| Version |
Gets the version of the formatter. |