Method GetCommandEntries
| Improve this Doc View SourceGetCommandEntries(ForeignKeyBox)
Retrieves command implementations for specified ForeignKeyBox.
Declaration
IEnumerable<CommandEntry> GetCommandEntries(ForeignKeyBox foreignKeyBox)
Parameters
| Type | Name | Description |
|---|---|---|
| ForeignKeyBox | foreignKeyBox | The specified ForeignKeyBox. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<CommandEntry> | The retrieved command implementations. |