C# Class FT.Search.Helpers.ObjectExtensions

Afficher le fichier Open project: friism/folketsting

Méthodes publiques

Méthode Description
ToNullOrString ( this o ) : string
ToPropertyDictionary ( this o ) : object>.IDictionary

Builds a dictionary from the object's properties

Method Details

ToNullOrString() public static méthode

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

ToPropertyDictionary() public static méthode

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