protected virtual void FillViewTypes(IMvxTypeCache <View> cache) { foreach (var assembly in AndroidViewAssemblies) { cache.AddAssembly(assembly); } }
protected virtual void FillViewTypes(IMvxTypeCache <View> cache) { if (cache == null) { throw new ArgumentNullException(nameof(cache)); } foreach (var assembly in AndroidViewAssemblies) { cache.AddAssembly(assembly); } }
protected MvxReflectionViewTypeResolver(IMvxTypeCache<View> typeCache) { this._typeCache = typeCache; }
protected override void FillViewTypes(IMvxTypeCache <View> cache) { base.FillViewTypes(cache); cache.AddAssembly(typeof(DeapExtensions.Binding.Droid.Views.BindableGroupListView).Assembly); }
public MvxNamespaceListViewTypeResolver(IMvxTypeCache <View> typeCache) : base(typeCache) { Namespaces = new List <string>(); }
public MvxAxmlNameViewTypeResolver(IMvxTypeCache <View> typeCache) : base(typeCache) { this.ViewNamespaceAbbreviations = new Dictionary <string, string>(); }
public MvxNamespaceListViewTypeResolver(IMvxTypeCache<View> typeCache) : base(typeCache) { this.Namespaces = new List<string>(); }
public MvxJustNameViewTypeResolver(IMvxTypeCache<View> typeCache) : base(typeCache) { }
protected MvxReflectionViewTypeResolver(IMvxTypeCache <View> typeCache) { _typeCache = typeCache; }
public MvxAxmlNameViewTypeResolver(IMvxTypeCache<View> typeCache) : base(typeCache) { this.ViewNamespaceAbbreviations = new Dictionary<string, string>(); }
protected MvxLongLowerCaseViewTypeResolver(IMvxTypeCache<View> typeCache) : base(typeCache) { }
protected void FillViewTypes(IMvxTypeCache<View> cache) { cache.AddAssembly(typeof(DeapExtensions.Binding.Droid.Views.BindableGroupListView).Assembly); }
protected MvxLongLowerCaseViewTypeResolver(IMvxTypeCache <View> typeCache) : base(typeCache) { }
public MvxJustNameViewTypeResolver(IMvxTypeCache <View> typeCache) : base(typeCache) { }
protected virtual void FillViewTypes(IMvxTypeCache<View> cache) { foreach (var assembly in AndroidViewAssemblies) { cache.AddAssembly(assembly); } }
protected void FillViewTypes(IMvxTypeCache <View> cache) { cache.AddAssembly(typeof(ListViews.BindableGroupListView).Assembly); }