C# Class Nop.Services.Customers.CustomerExtentions

Afficher le fichier Open project: emilianionascu/NopCommerce

Méthodes publiques

Méthode Description
FormatUserName ( this customer, bool stripTooLong = false, int maxLength ) : string

Formats the customer name

GetFullName ( this customer ) : string

Get full name

Method Details

FormatUserName() public static méthode

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
Résultat string

GetFullName() public static méthode

Get full name
public static GetFullName ( this customer ) : string
customer this Customer
Résultat string