C# Class Customer.Project.Utilities.Extensions

Show file Open project: atosorigin/AtosMvcStarterKit

Public Methods

Method Description
PropertiesToString ( this o ) : string
PropertiesToString ( this o, string propertiesToExclude ) : string

Method Details

PropertiesToString() public static method

public static PropertiesToString ( this o ) : string
o this
return string

PropertiesToString() public static method

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
return string