C# Class Customer.Project.Utilities.Extensions

Afficher le fichier Open project: atosorigin/AtosMvcStarterKit

Méthodes publiques

Méthode Description
PropertiesToString ( this o ) : string
PropertiesToString ( this o, string propertiesToExclude ) : string

Method Details

PropertiesToString() public static méthode

public static PropertiesToString ( this o ) : string
o this
Résultat string

PropertiesToString() public static méthode

public static PropertiesToString ( this o, string propertiesToExclude ) : string
o this
propertiesToExclude string An array of property names that should not be added to the result string
Résultat string