Share via


ValidationTypeReferenceAddCommand Class

This class supports block-specific configuration design-time and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Class ValidationTypeReferenceAddCommand _
    Inherits TypePickingCollectionElementAddCommand
public class ValidationTypeReferenceAddCommand : TypePickingCollectionElementAddCommand
public ref class ValidationTypeReferenceAddCommand : public TypePickingCollectionElementAddCommand
public class ValidationTypeReferenceAddCommand extends TypePickingCollectionElementAddCommand

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CommandModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.DefaultCollectionElementAddCommand
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.TypePickingCollectionElementAddCommand
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.ValidationTypeReferenceAddCommand

See Also

ValidationTypeReferenceAddCommand Members

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