CommandReplacement Enumeration

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) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public enum CommandReplacement
'Declaration
Public Enumeration CommandReplacement
public enum class CommandReplacement

Members

Member name Value Description
DefaultAddCommandReplacement 0 Specifies that the command should be used to replace the default add command.
DefaultDeleteCommandReplacement 1 Specifies that the command should be used to replace the default delete command.
NoCommand 2 Specifies that the command should not be used to replace any default command.

See Also

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace