Method | Description | |
---|---|---|
CreateViewWithTag ( long tag ) : IReactComponent | ||
ReactComponentData ( IViewManager manager ) : System.Collections.Generic | ||
SetPropertyForKey ( object view, string key, object value ) : void | ||
SetPropsForView ( object>.IDictionary |
||
ViewConfig ( ) : object>.IDictionary |
public CreateViewWithTag ( long tag ) : IReactComponent | ||
tag | long | |
return | IReactComponent |
public ReactComponentData ( IViewManager manager ) : System.Collections.Generic | ||
manager | IViewManager | |
return | System.Collections.Generic |
public SetPropertyForKey ( object view, string key, object value ) : void | ||
view | object | |
key | string | |
value | object | |
return | void |
public SetPropsForView ( object>.IDictionary |
||
props | object>.IDictionary | |
view | IReactComponent | |
return | void |