C# Класс ViewModels.AutoBindingVM

This view model demonstrates using the Binder plugin to automate the binding declarations on the HTML elements. To bind a view model property to an HTML element, set the ID tag to the property name. The plugin will select the binding notation based on the type of the element. For property name that contains underscore, it will apply attribute binding to that property, with the attribute name set to the string following the underscore.
Наследование: BaseVM
Показать файл Открыть проект

Открытые методы

Метод Описание
AutoBindingVM ( ) : System

Constructor.

Описание методов

AutoBindingVM() публичный Метод

Constructor.
public AutoBindingVM ( ) : System
Результат System