C# 클래스 OxxCommerceStarterKit.Core.Extensions.CustomerContactExtensions

파일 보기 프로젝트 열기: episerver/Commerce-Demo-Kit

공개 메소드들

메소드 설명
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