C# Class ReactNative.Framework.ReactComponentData

Inheritance: IReactComponentData
Afficher le fichier Open project: joemcbride/react-native-wpf Class Usage Examples

Méthodes publiques

Méthode Description
CreateViewWithTag ( long tag ) : IReactComponent
ReactComponentData ( IViewManager manager ) : System.Collections.Generic
SetPropertyForKey ( object view, string key, object value ) : void
SetPropsForView ( object>.IDictionary props, IReactComponent view ) : void
ViewConfig ( ) : object>.IDictionary

Method Details

CreateViewWithTag() public méthode

public CreateViewWithTag ( long tag ) : IReactComponent
tag long
Résultat IReactComponent

ReactComponentData() public méthode

public ReactComponentData ( IViewManager manager ) : System.Collections.Generic
manager IViewManager
Résultat System.Collections.Generic

SetPropertyForKey() public méthode

public SetPropertyForKey ( object view, string key, object value ) : void
view object
key string
value object
Résultat void

SetPropsForView() public méthode

public SetPropsForView ( object>.IDictionary props, IReactComponent view ) : void
props object>.IDictionary
view IReactComponent
Résultat void

ViewConfig() public méthode

public ViewConfig ( ) : object>.IDictionary
Résultat object>.IDictionary