C# Class Spinnaker.Core.ViewModelDefinition

Afficher le fichier Open project: Claytonious/spinnaker Class Usage Examples

Méthodes publiques

Méthode Description
CollectViewModelDefinitions ( List definitions ) : void
DefineInBrowser ( StringBuilder sb ) : void
ViewModelDefinition ( Type viewModelType, string bindableName ) : System

Private Methods

Méthode Description
IsTypeEnumerable ( Type t ) : bool
IsTypeEnumerableViewModels ( Type t ) : bool

Method Details

CollectViewModelDefinitions() public méthode

public CollectViewModelDefinitions ( List definitions ) : void
definitions List
Résultat void

DefineInBrowser() public méthode

public DefineInBrowser ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

ViewModelDefinition() public méthode

public ViewModelDefinition ( Type viewModelType, string bindableName ) : System
viewModelType System.Type
bindableName string
Résultat System