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

ICombineToMakeCommand for an object of type Catalogue
Inheritance: ICombineToMakeCommand
Afficher le fichier Open project: HicServices/RDMP

Méthodes publiques

Méthode 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 méthode

public CatalogueCombineable ( Catalogue catalogue ) : System.Linq
catalogue Catalogue
Résultat System.Linq

GenerateAggregateConfigurationFor() public méthode

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
Résultat Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable

GenerateAggregateConfigurationFor() public méthode

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
Résultat Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable

GetSqlString() public méthode

public GetSqlString ( ) : string
Résultat string