C# Class Sage.Integration.Northwind.Etag.EtagServices

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

Public Methods

Method Description
ComputeEtag ( FeedEntry payload, bool recursive ) : string

Gets the etag value of a feed entry.

ComputeEtag ( PayloadBase payload, bool recursive ) : string

Gets the etag value of a feed entry.

Private Methods

Method Description
EtagServices ( ) : System

Method Details

ComputeEtag() public static method

Gets the etag value of a feed entry.
public static ComputeEtag ( FeedEntry payload, bool recursive ) : string
payload FeedEntry
recursive bool Should the etag contain values of complex types?
return string

ComputeEtag() public static method

Gets the etag value of a feed entry.
public static ComputeEtag ( PayloadBase payload, bool recursive ) : string
payload PayloadBase
recursive bool Should the etag contain values of complex types?
return string