C# 클래스 Rdmp.Core.CommandExecution.Combining.CatalogueCombineable

ICombineToMakeCommand for an object of type Catalogue
상속: ICombineToMakeCommand
파일 보기 프로젝트 열기: HicServices/RDMP

공개 메소드들

메소드 설명
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

메소드 상세

CatalogueCombineable() 공개 메소드

public CatalogueCombineable ( Catalogue catalogue ) : System.Linq
catalogue Catalogue
리턴 System.Linq

GenerateAggregateConfigurationFor() 공개 메소드

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
리턴 Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable

GenerateAggregateConfigurationFor() 공개 메소드

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
리턴 Rdmp.Core.CommandExecution.Combining.AggregateConfigurationCombineable

GetSqlString() 공개 메소드

public GetSqlString ( ) : string
리턴 string