C# 클래스 Mvvm.Android.View.Element.Element

This is the other half of the IVisitor Pattern. Visitors vist Elements. The elements inform the visitors if they apply to the element. elements are UI elements in the case of this project. We use visitors to identify bindings across elements.
상속: IElement
파일 보기 프로젝트 열기: rhwilburn/MVVM-for-Mono 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IVisitor visitor ) : void

보호된 메소드들

메소드 설명
Element ( string id, Binding>.IDictionary properties ) : System

메소드 상세

Accept() 공개 추상적인 메소드

public abstract Accept ( IVisitor visitor ) : void
visitor IVisitor
리턴 void

Element() 보호된 메소드

protected Element ( string id, Binding>.IDictionary properties ) : System
id string
properties Binding>.IDictionary
리턴 System