C# Class MvvmCross.AutoView.Auto.BaseAuto

Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
BaseAuto ( string onlyFor = null, string notFor = null ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Fill ( BaseDescription baseDescription ) : void

Method Details

BaseAuto() public méthode

public BaseAuto ( string onlyFor = null, string notFor = null ) : System.Collections.Generic
onlyFor string
notFor string
Résultat System.Collections.Generic

Fill() protected méthode

protected Fill ( BaseDescription baseDescription ) : void
baseDescription CrossUI.Core.Descriptions.BaseDescription
Résultat void