C# 클래스 Sage.Integration.Northwind.Feeds.SyncFeed

상속: Sage.Common.Syndication.IFeed
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetSchema ( ) : XmlSchema
ReadXml ( System reader, Type payloadType ) : void
SyncFeed ( ) : System
WriteXml ( System writer ) : void

메소드 상세

GetSchema() 공개 메소드

public GetSchema ( ) : XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXml() 공개 메소드

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

SyncFeed() 공개 메소드

public SyncFeed ( ) : System
리턴 System

WriteXml() 공개 메소드

public WriteXml ( System writer ) : void
writer System
리턴 void