C# 클래스 ReactNative.Framework.ReactComponentData

상속: IReactComponentData
파일 보기 프로젝트 열기: joemcbride/react-native-wpf 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateViewWithTag() 공개 메소드

public CreateViewWithTag ( long tag ) : IReactComponent
tag long
리턴 IReactComponent

ReactComponentData() 공개 메소드

public ReactComponentData ( IViewManager manager ) : System.Collections.Generic
manager IViewManager
리턴 System.Collections.Generic

SetPropertyForKey() 공개 메소드

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

SetPropsForView() 공개 메소드

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

ViewConfig() 공개 메소드

public ViewConfig ( ) : object>.IDictionary
리턴 object>.IDictionary