C# 클래스 FT.Search.Helpers.ObjectExtensions

파일 보기 프로젝트 열기: friism/folketsting

공개 메소드들

메소드 설명
ToNullOrString ( this o ) : string
ToPropertyDictionary ( this o ) : object>.IDictionary

Builds a dictionary from the object's properties

메소드 상세

ToNullOrString() 공개 정적인 메소드

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

ToPropertyDictionary() 공개 정적인 메소드

Builds a dictionary from the object's properties
public static ToPropertyDictionary ( this o ) : object>.IDictionary
o this
리턴 object>.IDictionary