C# 클래스 Street.MvxPlugins.Contacts.Droid.ContentResolverColumnMapping

파일 보기 프로젝트 열기: kstreet/Street.MvxPlugins 1 사용 예제들

공개 메소드들

메소드 설명
ContentResolverColumnMapping ( string column, Type returnType ) : System
ContentResolverColumnMapping ( string column, Type returnType, object>.Func toQueryable, object>.Func fromQueryable ) : System

메소드 상세

ContentResolverColumnMapping() 공개 메소드

public ContentResolverColumnMapping ( string column, Type returnType ) : System
column string
returnType System.Type
리턴 System

ContentResolverColumnMapping() 공개 메소드

public ContentResolverColumnMapping ( string column, Type returnType, object>.Func toQueryable, object>.Func fromQueryable ) : System
column string
returnType System.Type
toQueryable object>.Func
fromQueryable object>.Func
리턴 System