Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether a command replaces a default command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Enumeration CommandReplacement
public enum CommandReplacement
public enum class CommandReplacement
public enum CommandReplacement
Members
| Member name | Description | |
|---|---|---|
| DefaultAddCommandReplacement |
Specifies that the command should be used to replace the default add command.
|
|
| DefaultDeleteCommandReplacement |
Specifies that the command should be used to replace the default delete command.
|
|
| NoCommand |
Specifies that the command should not be used to replace any default command.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace