C# Class OxxCommerceStarterKit.Core.Extensions.CustomerContactExtensions

Afficher le fichier Open project: episerver/Commerce-Demo-Kit

Méthodes publiques

Méthode Description
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

Method Details

GetCategories() public static méthode

public static GetCategories ( this contact ) : int[]
contact this
Résultat int[]

GetHasPassword() public static méthode

public static GetHasPassword ( this contact ) : bool
contact this
Résultat bool

IsCustomerClubMember() public static méthode

public static IsCustomerClubMember ( this contact ) : bool
contact this
Résultat bool

PhoneNumber() public static méthode

public static PhoneNumber ( this contact ) : string
contact this
Résultat string

SetCategories() public static méthode

public static SetCategories ( this contact, int values ) : void
contact this
values int
Résultat void

SetHasPassword() public static méthode

public static SetHasPassword ( this contact, bool hasPassword ) : void
contact this
hasPassword bool
Résultat void

SetPhoneNumber() public static méthode

public static SetPhoneNumber ( this contact, string phone ) : void
contact this
phone string
Résultat void