Show / Hide Table of Contents

Interface IApiLink

A clross reference to another API Method

Namespace: EC.ProductsAndPricing.ServiceContract
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public interface IApiLink

Properties

View Source

IsEmpty

true if there is no link

Declaration
bool IsEmpty { get; }
Property Type: System.Boolean
View Source

LinkedResource

The type of the resource returned by the api at this address

Declaration
Type LinkedResource { get; }
Property Type: System.Type
View Source

Url

The url of the api method

Declaration
Uri Url { get; }
Property Type: System.Uri
  • View Source
Back to top Copyright © 2017 EC English