C# 클래스 Sage.Sis.Sdata.Sync.Results.Syndication.SyncResultEntryInfo

파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 메소드들

메소드 설명
SyncResultEntryInfo ( string httpMethod, int httpStatus, string EndPoint ) : System
SyncResultEntryInfo ( string httpMethod, int httpStatus, string httpLocation, string httpMessage, string diagnosisXml, string payloadXml, System.DateTime stamp, string EndPoint ) : System

메소드 상세

SyncResultEntryInfo() 공개 메소드

public SyncResultEntryInfo ( string httpMethod, int httpStatus, string EndPoint ) : System
httpMethod string
httpStatus int
EndPoint string
리턴 System

SyncResultEntryInfo() 공개 메소드

public SyncResultEntryInfo ( string httpMethod, int httpStatus, string httpLocation, string httpMessage, string diagnosisXml, string payloadXml, System.DateTime stamp, string EndPoint ) : System
httpMethod string
httpStatus int
httpLocation string
httpMessage string
diagnosisXml string
payloadXml string
stamp System.DateTime
EndPoint string
리턴 System