C# 클래스 Customer.Project.Utilities.Extensions

파일 보기 프로젝트 열기: atosorigin/AtosMvcStarterKit

공개 메소드들

메소드 설명
PropertiesToString ( this o ) : string
PropertiesToString ( this o, string propertiesToExclude ) : string

메소드 상세

PropertiesToString() 공개 정적인 메소드

public static PropertiesToString ( this o ) : string
o this
리턴 string

PropertiesToString() 공개 정적인 메소드

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
리턴 string