C# 클래스 FubuFastPack.Binding.DomainEntityConverterFamily
파일 보기
프로젝트 열기: DarthFubuMVC/FubuFastPack
공개 메소드들
메소드 |
설명 |
|
CreateConverter ( Type type, IConverterStrategy>.Func converterSource ) : IConverterStrategy |
|
|
Matches ( Type type, ConverterLibrary converter ) : bool |
|
|
메소드 상세
public CreateConverter ( Type type, IConverterStrategy>.Func converterSource ) : IConverterStrategy |
type |
System.Type |
|
converterSource |
IConverterStrategy>.Func
| |
리턴 |
IConverterStrategy |
|
public Matches ( Type type, ConverterLibrary converter ) : bool |
type |
System.Type |
|
converter |
ConverterLibrary |
|
리턴 |
bool |
|