C# Class RimDev.Supurlative.LambdaFormatter

Inheritance: RimDev.Supurlative.BaseFormatterAttribute
Afficher le fichier Open project: ritterim/Supurlative

Méthodes publiques

Méthode Description
Invoke ( string fullPropertyName, object value, Type valueType, object>.IDictionary dictionary, SupurlativeOptions options ) : void
IsMatch ( Type currentType, SupurlativeOptions options ) : bool
LambdaFormatter ( Type type, string>.Func func ) : System

Method Details

Invoke() public méthode

public Invoke ( string fullPropertyName, object value, Type valueType, object>.IDictionary dictionary, SupurlativeOptions options ) : void
fullPropertyName string
value object
valueType System.Type
dictionary object>.IDictionary
options SupurlativeOptions
Résultat void

IsMatch() public méthode

public IsMatch ( Type currentType, SupurlativeOptions options ) : bool
currentType System.Type
options SupurlativeOptions
Résultat bool

LambdaFormatter() public méthode

public LambdaFormatter ( Type type, string>.Func func ) : System
type System.Type
func string>.Func
Résultat System