C# Класс Nop.Services.Customers.CustomerExtentions

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

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

Метод Описание
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