C# Class MvvmCross.Binding.Droid.Binders.MvxLayoutInflaterCompat.FactoryWrapper

Inheritance: Java.Lang.Object, LayoutInflater.IFactory
Datei anzeigen Open project: MvvmCross/MvvmCross

Protected Properties

Property Type Description
DelegateFactory IMvxLayoutInflaterFactory

Public Methods

Method Description
FactoryWrapper ( IMvxLayoutInflaterFactory delegateFactory ) : Android.Content
FactoryWrapper ( System handle, Android ownership ) : Android.Content
OnCreateView ( string name, Android.Content.Context context, IAttributeSet attrs ) : Android.Views.View

Method Details

FactoryWrapper() public method

public FactoryWrapper ( IMvxLayoutInflaterFactory delegateFactory ) : Android.Content
delegateFactory IMvxLayoutInflaterFactory
return Android.Content

FactoryWrapper() public method

public FactoryWrapper ( System handle, Android ownership ) : Android.Content
handle System
ownership Android
return Android.Content

OnCreateView() public method

public OnCreateView ( string name, Android.Content.Context context, IAttributeSet attrs ) : Android.Views.View
name string
context Android.Content.Context
attrs IAttributeSet
return Android.Views.View

Property Details

DelegateFactory protected_oe property

protected IMvxLayoutInflaterFactory DelegateFactory
return IMvxLayoutInflaterFactory