Share via


TypePickingCollectionElementAddCommand Class

Collects a type from the user and populates the newly created ElementViewModel with type information. This will attempt to set the Name property and TypeName properties found in the Properties collection.

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

Syntax

'Declaration
Public Class TypePickingCollectionElementAddCommand _
    Inherits DefaultCollectionElementAddCommand _
    Implements IServiceProvider
public class TypePickingCollectionElementAddCommand : DefaultCollectionElementAddCommand, 
    IServiceProvider
public ref class TypePickingCollectionElementAddCommand : public DefaultCollectionElementAddCommand, 
    IServiceProvider
public class TypePickingCollectionElementAddCommand extends DefaultCollectionElementAddCommand implements IServiceProvider

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.ExceptionTypeAddCommand
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.HashAlgorithmProviderAddCommand
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.KeyedHashAlgorithmProviderAddCommand
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.SymmetricAlgorithmProviderAddCommand
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.ValidationTypeReferenceAddCommand

See Also

TypePickingCollectionElementAddCommand Members

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