Click or drag to resize

IViewModelT Interface


Namespace: ArthaChitra.Core.ViewModel
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IViewModel<out T>
where T : IProperty

Type Parameters

T

The IViewModelT type exposes the following members.

Properties
 NameDescription
Public propertyProperty 
Top
See Also