C# Class Kentico.ADImportService.RestHelper

Provides basic operation for manipulation with REST reposnes.
Afficher le fichier Open project: Kentico/ADImportService

Méthodes publiques

Méthode Description
GetAttributeFromReponse ( string response, string attributeName ) : string

Get value of given attribute from REST response.

GetAttributesFromReponse ( string response, string attributeName ) : IEnumerable

Get values of given attribute from REST response.

Method Details

GetAttributeFromReponse() public static méthode

Get value of given attribute from REST response.
public static GetAttributeFromReponse ( string response, string attributeName ) : string
response string Complete REST response.
attributeName string Object attribute to retrieve.
Résultat string

GetAttributesFromReponse() public static méthode

Get values of given attribute from REST response.
public static GetAttributesFromReponse ( string response, string attributeName ) : IEnumerable
response string Complete REST response.
attributeName string Object attribute to retrieve.
Résultat IEnumerable