Table of Contents

Interface IMvcEntityViewModelBase<M>

Namespace
HeBianGu.Service.Mvc
Assembly
HeBianGu.Service.Mvc.dll
public interface IMvcEntityViewModelBase<M>

Type Parameters

M
Extension Methods

Properties

AddItem

M AddItem { get; set; }

Property Value

M

Collection

ObservableCollection<M> Collection { get; set; }

Property Value

ObservableCollection<M>

SelectedItem

M SelectedItem { get; set; }

Property Value

M