C# Класс OxxCommerceStarterKit.Core.Extensions.CustomerContactExtensions

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

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

Метод Описание
GetCategories ( this contact ) : int[]
GetHasPassword ( this contact ) : bool
IsCustomerClubMember ( this contact ) : bool
PhoneNumber ( this contact ) : string
SetCategories ( this contact, int values ) : void
SetHasPassword ( this contact, bool hasPassword ) : void
SetPhoneNumber ( this contact, string phone ) : void

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

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

public static GetCategories ( this contact ) : int[]
contact this
Результат int[]

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

public static GetHasPassword ( this contact ) : bool
contact this
Результат bool

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

public static IsCustomerClubMember ( this contact ) : bool
contact this
Результат bool

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

public static PhoneNumber ( this contact ) : string
contact this
Результат string

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

public static SetCategories ( this contact, int values ) : void
contact this
values int
Результат void

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

public static SetHasPassword ( this contact, bool hasPassword ) : void
contact this
hasPassword bool
Результат void

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

public static SetPhoneNumber ( this contact, string phone ) : void
contact this
phone string
Результат void