C# Class RimDev.Supurlative.LambdaFormatter

Inheritance: RimDev.Supurlative.BaseFormatterAttribute
ファイルを表示 Open project: ritterim/Supurlative

Public Methods

Method 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 method

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
return void

IsMatch() public method

public IsMatch ( Type currentType, SupurlativeOptions options ) : bool
currentType System.Type
options SupurlativeOptions
return bool

LambdaFormatter() public method

public LambdaFormatter ( Type type, string>.Func func ) : System
type System.Type
func string>.Func
return System