C# 클래스 RimDev.Supurlative.LambdaFormatter

상속: RimDev.Supurlative.BaseFormatterAttribute
파일 보기 프로젝트 열기: ritterim/Supurlative

공개 메소드들

메소드 설명
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

메소드 상세

Invoke() 공개 메소드

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
리턴 void

IsMatch() 공개 메소드

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

LambdaFormatter() 공개 메소드

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