Click or drag to resize

CommandFindType Enumeration

Find types for use with Find(String, CommandFindType) to find specific commands in a MapperCommands collection.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum CommandFindType
Members
  Member nameValueDescription
ByID1 Find the command by its ID. Note that the ID is the MapperCommands collection's indexer so this is equivalent to using ItemString.
ByCommand2 Find the command by its Command.
See Also