C# Class Street.MvxPlugins.Contacts.Droid.ContentResolverColumnMapping

Datei anzeigen Open project: kstreet/Street.MvxPlugins Class Usage Examples

Public Methods

Method Description
ContentResolverColumnMapping ( string column, Type returnType ) : System
ContentResolverColumnMapping ( string column, Type returnType, object>.Func toQueryable, object>.Func fromQueryable ) : System

Method Details

ContentResolverColumnMapping() public method

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

ContentResolverColumnMapping() public method

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