C# Class MonoMobile.Views.CellViewTemplate

Inheritance: ValueConverterAttribute, INavigable, ICaption
Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
CellViewTemplate ( ) : System
CellViewTemplate ( Type valueConverterType ) : System
CellViewTemplate ( Type valueConverterType, object converterParameter ) : System
CellViewTemplate ( Type valueConverterType, string converterParameterPropertyName ) : System

Method Details

CellViewTemplate() public method

public CellViewTemplate ( ) : System
return System

CellViewTemplate() public method

public CellViewTemplate ( Type valueConverterType ) : System
valueConverterType System.Type
return System

CellViewTemplate() public method

public CellViewTemplate ( Type valueConverterType, object converterParameter ) : System
valueConverterType System.Type
converterParameter object
return System

CellViewTemplate() public method

public CellViewTemplate ( Type valueConverterType, string converterParameterPropertyName ) : System
valueConverterType System.Type
converterParameterPropertyName string
return System