Xamarin.Forms.Dynamic Exposes the extension method. Applies the given XAML to the view. Provides a dynamic model based on a properties of key-value pairs. Initializes an instance of the class. Initializes the model with the properties to be used as properties. Tries to retrieve the value of a property using dynamic syntax. Sets the value of a dictionary key using dynamic syntax. Retrieves an object that represents the type of this instance. Adds an element with the provided key and value to the . The object to use as the key of the element to add. The object to use as the value of the element to add. Determines whether the contains an element with the specified key. The key to locate in the . true if the contains an element with the key; otherwise, false. Removes the element with the specified key from the . The key of the element to remove. true if the element is successfully removed; otherwise, false. This method also returns false if was not found in the original . Gets the value associated with the specified key. The key whose value to get. When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the parameter. This parameter is passed uninitialized. true if the object that implements contains an element with the specified key; otherwise, false. Event raised when the collection changes. Event raised when a property on the collection changes. Gets an containing the keys of the . An containing the keys of the object that implements . Gets an containing the values in the . An containing the values in the object that implements . Gets or sets the element with the specified key. The key. Dereferences a property name or path used as the $CanExecute property value. Very useful to make the execution dynamic depending on a value in the target model. Patches an existing source with (potentially partial) changes from another . Dynamic data-bindable JSON-based model. Creates the JSON-based model from content objects from Linq to Json content. Creates the JSON-based model from a loaded Linq to Json object. Load a model from a string that contains JSON. A string that contains JSON. A populated from the string that contains JSON. Loads an model from a JSON reader. A that will be read for the content of the . A that contains the JSON that was read from the specified . Retrieves an object that represents the type of this instance. Gets the container's children tokens.