C# Class ArmedCards.BusinessLogic.AppServices.ActiveConnection.Select

Implementation of ISelect
Inheritance: Base.ISelect
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Entities filter ) : Entities.ActiveConnection

Return active connection that match the filter

Execute ( Entities filter ) : List

Return all active connections that match the filter

Select ( ArmedCards.BusinessLogic.DomainServices.ActiveConnection selectActiveConnection ) : System

Method Details

Execute() public method

Return active connection that match the filter
public Execute ( Entities filter ) : Entities.ActiveConnection
filter Entities The filter used to select a active connection
return Entities.ActiveConnection

Execute() public method

Return all active connections that match the filter
public Execute ( Entities filter ) : List
filter Entities The filter used to select active connections
return List

Select() public method

public Select ( ArmedCards.BusinessLogic.DomainServices.ActiveConnection selectActiveConnection ) : System
selectActiveConnection ArmedCards.BusinessLogic.DomainServices.ActiveConnection
return System