C# 클래스 Nop.Services.Customers.CustomerExtentions

파일 보기 프로젝트 열기: emilianionascu/NopCommerce

공개 메소드들

메소드 설명
FormatUserName ( this customer, bool stripTooLong = false, int maxLength ) : string

Formats the customer name

GetFullName ( this customer ) : string

Get full name

메소드 상세

FormatUserName() 공개 정적인 메소드

Formats the customer name
public static FormatUserName ( this customer, bool stripTooLong = false, int maxLength ) : string
customer this Source
stripTooLong bool Strip too long customer name
maxLength int Maximum customer name length
리턴 string

GetFullName() 공개 정적인 메소드

Get full name
public static GetFullName ( this customer ) : string
customer this Customer
리턴 string