C# Class Sage.Sis.Sdata.Sync.Results.Syndication.SyncResultEntryInfo

Afficher le fichier Open project: Sage/SData-Contracts Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

SyncResultEntryInfo() public méthode

public SyncResultEntryInfo ( string httpMethod, int httpStatus, string EndPoint ) : System
httpMethod string
httpStatus int
EndPoint string
Résultat System

SyncResultEntryInfo() public méthode

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
Résultat System