C# Class Rdmp.Core.CommandExecution.Combining.CatalogueCombineable

ICombineToMakeCommand for an object of type Catalogue
Inheritance: ICombineToMakeCommand
显示文件 Open project: HicServices/RDMP

Public Methods

Method Description
CatalogueCombineable ( Catalogue catalogue ) : System.Linq
GenerateAggregateConfigurationFor ( IBasicActivateItems activator, CohortAggregateContainer cohortAggregateContainer, bool importMandatoryFilters = true, string caller = null ) : Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable

Creates a new AggregateConfiguration based on the Catalogue and returns it as an AggregateConfigurationCombineable, you should only use this method during EXECUTE as you do not want to be randomly creating these as the user waves an object around over the user interface trying to decide where to drop it.

GenerateAggregateConfigurationFor ( IBasicActivateItems activator, CohortIdentificationConfiguration cic, bool importMandatoryFilters = true, string caller = null ) : Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable
GetSqlString ( ) : string

Method Details

CatalogueCombineable() public method

public CatalogueCombineable ( Catalogue catalogue ) : System.Linq
catalogue Catalogue
return System.Linq

GenerateAggregateConfigurationFor() public method

Creates a new AggregateConfiguration based on the Catalogue and returns it as an AggregateConfigurationCombineable, you should only use this method during EXECUTE as you do not want to be randomly creating these as the user waves an object around over the user interface trying to decide where to drop it.
public GenerateAggregateConfigurationFor ( IBasicActivateItems activator, CohortAggregateContainer cohortAggregateContainer, bool importMandatoryFilters = true, string caller = null ) : Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable
activator IBasicActivateItems
cohortAggregateContainer CohortAggregateContainer
importMandatoryFilters bool
caller string
return Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable

GenerateAggregateConfigurationFor() public method

public GenerateAggregateConfigurationFor ( IBasicActivateItems activator, CohortIdentificationConfiguration cic, bool importMandatoryFilters = true, string caller = null ) : Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable
activator IBasicActivateItems
cic CohortIdentificationConfiguration
importMandatoryFilters bool
caller string
return Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable

GetSqlString() public method

public GetSqlString ( ) : string
return string