C# Class ReactNative.Framework.ReactComponentData

Inheritance: IReactComponentData
Mostra file Open project: joemcbride/react-native-wpf Class Usage Examples

Public Methods

Method 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 method

public CreateViewWithTag ( long tag ) : IReactComponent
tag long
return IReactComponent

ReactComponentData() public method

public ReactComponentData ( IViewManager manager ) : System.Collections.Generic
manager IViewManager
return System.Collections.Generic

SetPropertyForKey() public method

public SetPropertyForKey ( object view, string key, object value ) : void
view object
key string
value object
return void

SetPropsForView() public method

public SetPropsForView ( object>.IDictionary props, IReactComponent view ) : void
props object>.IDictionary
view IReactComponent
return void

ViewConfig() public method

public ViewConfig ( ) : object>.IDictionary
return object>.IDictionary