C# Class URSA.Web.Http.Description.Hydra.ClassExtensions

Provides useful IClass extensions.
ファイルを表示 Open project: alien-mcl/URSA

Public Methods

Method Description
GetSupportedOperations ( this @class ) : IEnumerable

Retrieves all operations of a given class with their corresponding IIriTemplate if any.

Method Details

GetSupportedOperations() public static method

Retrieves all operations of a given class with their corresponding IIriTemplate if any.
public static GetSupportedOperations ( this @class ) : IEnumerable
@class this
return IEnumerable