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

Inheritance: FeedEntry
ファイルを表示 Open project: Sage/SData-Contracts Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ReadXml ( System reader, Type payloadType ) : void
SyncFeedEntry ( ) : System
WriteXml ( System writer, FeedType feedType ) : void

Method Details

ReadXml() public method

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

SyncFeedEntry() public method

public SyncFeedEntry ( ) : System
return System

WriteXml() public method

public WriteXml ( System writer, FeedType feedType ) : void
writer System
feedType FeedType
return void