C# Class VirtoCommerce.ApiClient.DynamicPropertyServiceClient

Inheritance: BaseClient
Afficher le fichier Open project: VirtoCommerce/vc-internal

Méthodes publiques

Méthode Description
DynamicPropertyServiceClient ( Uri adminBaseEndpoint, System.Net.Http.MessageProcessingHandler handler ) : System
DynamicPropertyServiceClient ( Uri adminBaseEndpoint, string appId, string secretKey ) : System
GetDynamicPropertiesForTypeAsync ( string typeName ) : Task
GetDynamicPropertyDictionaryItemsAsync ( string typeName, string propertyId ) : Task

Method Details

DynamicPropertyServiceClient() public méthode

public DynamicPropertyServiceClient ( Uri adminBaseEndpoint, System.Net.Http.MessageProcessingHandler handler ) : System
adminBaseEndpoint System.Uri
handler System.Net.Http.MessageProcessingHandler
Résultat System

DynamicPropertyServiceClient() public méthode

public DynamicPropertyServiceClient ( Uri adminBaseEndpoint, string appId, string secretKey ) : System
adminBaseEndpoint System.Uri
appId string
secretKey string
Résultat System

GetDynamicPropertiesForTypeAsync() public méthode

public GetDynamicPropertiesForTypeAsync ( string typeName ) : Task
typeName string
Résultat Task

GetDynamicPropertyDictionaryItemsAsync() public méthode

public GetDynamicPropertyDictionaryItemsAsync ( string typeName, string propertyId ) : Task
typeName string
propertyId string
Résultat Task