C# Class FT.Search.Helpers.ObjectExtensions

Mostra file Open project: friism/folketsting

Public Methods

Method Description
ToNullOrString ( this o ) : string
ToPropertyDictionary ( this o ) : object>.IDictionary

Builds a dictionary from the object's properties

Method Details

ToNullOrString() public static method

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

ToPropertyDictionary() public static method

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