C# Class OxxCommerceStarterKit.Core.Extensions.CustomerContactExtensions

Datei anzeigen Open project: episerver/Commerce-Demo-Kit

Public Methods

Method 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 method

public static GetCategories ( this contact ) : int[]
contact this
return int[]

GetHasPassword() public static method

public static GetHasPassword ( this contact ) : bool
contact this
return bool

IsCustomerClubMember() public static method

public static IsCustomerClubMember ( this contact ) : bool
contact this
return bool

PhoneNumber() public static method

public static PhoneNumber ( this contact ) : string
contact this
return string

SetCategories() public static method

public static SetCategories ( this contact, int values ) : void
contact this
values int
return void

SetHasPassword() public static method

public static SetHasPassword ( this contact, bool hasPassword ) : void
contact this
hasPassword bool
return void

SetPhoneNumber() public static method

public static SetPhoneNumber ( this contact, string phone ) : void
contact this
phone string
return void