C# Class Sage.Integration.Northwind.Feeds.SyncFeed

Inheritance: Sage.Common.Syndication.IFeed
Afficher le fichier Open project: Sage/SData-Contracts Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetSchema ( ) : XmlSchema
ReadXml ( System reader, Type payloadType ) : void
SyncFeed ( ) : System
WriteXml ( System writer ) : void

Method Details

GetSchema() public méthode

public GetSchema ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXml() public méthode

public ReadXml ( System reader, Type payloadType ) : void
reader System
payloadType System.Type
Résultat void

SyncFeed() public méthode

public SyncFeed ( ) : System
Résultat System

WriteXml() public méthode

public WriteXml ( System writer ) : void
writer System
Résultat void