Share via


ViewModel Class

The ViewModel provides a base definition for the logic backing a view-element within the Enterprise Library Configuration Design tool.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class ViewModel _
    Implements IDisposable
public class ViewModel : IDisposable
public ref class ViewModel : IDisposable
public class ViewModel implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementListLayout
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.HeaderLayout
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.HorizontalListLayout
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ListLayout
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.TwoColumnsLayout
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.TwoVerticalsLayout

See Also

ViewModel Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementViewModel

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property