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

Inheritance: Sage.Common.Syndication.IFeed
Mostra file Open project: Sage/SData-Contracts Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

GetSchema() public method

public GetSchema ( ) : XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( System reader, Type payloadType ) : void
reader System
payloadType System.Type
return void

SyncFeed() public method

public SyncFeed ( ) : System
return System

WriteXml() public method

public WriteXml ( System writer ) : void
writer System
return void