C# Класс Kooboo.Commerce.Api.PaymentMethodQueryExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ById ( this query, int id ) : Query
ByName ( this query, string name ) : Query
ByUserKey ( this query, string userKey ) : Query

Описание методов

ById() публичный статический Метод

public static ById ( this query, int id ) : Query
query this
id int
Результат Query

ByName() публичный статический Метод

public static ByName ( this query, string name ) : Query
query this
name string
Результат Query

ByUserKey() публичный статический Метод

public static ByUserKey ( this query, string userKey ) : Query
query this
userKey string
Результат Query