C# Class 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.
Inheritance: IElement
Show file Open project: rhwilburn/MVVM-for-Mono Class Usage Examples

Public Methods

Method Description
Accept ( IVisitor visitor ) : void

Protected Methods

Method Description
Element ( string id, Binding>.IDictionary properties ) : System

Method Details

Accept() public abstract method

public abstract Accept ( IVisitor visitor ) : void
visitor IVisitor
return void

Element() protected method

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