Sdílet prostřednictvím


IDefaultColumnGroup Rozhraní

Definice

Export definující výchozí skupinu.

public interface class IDefaultColumnGroup
public interface IDefaultColumnGroup
type IDefaultColumnGroup = interface
Public Interface IDefaultColumnGroup

Poznámky

Toto je export MEF a měl by být opatřen poznámkami s následujícími atributy:

[Export(typeof(IDefaultColumnGroup))]
[Name(nameof(ProjectAndDefinitionGroupingSet))]             // Requied, name of the default group
[Order(After = ...)]                                        // Optional, specifies the default location of the grouping in the dropdown.
[ManagerType(...)]                                          // Optional, the names of the TableManagers that support this grouping.
[DataSourceType(...)]                                       // Optional, the names of the data source types that support this grouping.
[DataSource(...)]                                           // Optional, the names of the data sources that support this grouping.
[GroupColumns(...)]                                         // Required, the names of the columns in the grouping.

Seskupení se zobrazí pouze v případě, že jsou splněna omezení ManagerType, DataSourceType & DataSource. Kromě toho se seskupení nezobrazí, pokud nejsou všechny sloupce GroupColumns poskytovány alespoň jedním ITableDataSource.

Definice tohoto rozhraní je záměrně prázdná (všechna data jsou poskytována prostřednictvím metadat).

Platí pro