Highway Framework  Release 1.0.1.0
The fastest and smoothest way to great architecture
 All Classes Namespaces Functions Variables Properties Events
Public Member Functions
Highway.Data.Interfaces.ICommand Interface Reference

An Interface for Command Queries that return no value, or the return is ignored More...

Inheritance diagram for Highway.Data.Interfaces.ICommand:
Highway.Data.QueryObjects.Command

List of all members.

Public Member Functions

void Execute (IDataContext context)
 Executes the expression against the passed in context and ignores the returned value if any

Detailed Description

An Interface for Command Queries that return no value, or the return is ignored


Member Function Documentation

void Highway.Data.Interfaces.ICommand.Execute ( IDataContext  context)

Executes the expression against the passed in context and ignores the returned value if any

Parameters:
contextThe data context that the command is executed against

Implemented in Highway.Data.QueryObjects.Command.


The documentation for this interface was generated from the following file: