Udostępnij za pośrednictwem


IDefaultColumnGroup Interfejs

Definicja

Eksport do zdefiniowania grupy domyślnej.

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

Uwagi

Jest to eksport MEF i powinien być adnotacją z następującymi atrybutami:

[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.

Grupy są wyświetlane tylko wtedy, gdy wszystkie ograniczenia typu ManagerType, DataSourceType & DataSourceSource są spełnione. Ponadto grupowanie nie będzie wyświetlane, chyba że wszystkie kolumny grupowania są udostępniane przez co najmniej jeden ITableDataSourceelement .

Definicja tego interfejsu jest celowo pusta (wszystkie dane są udostępniane za pośrednictwem metadanych).

Dotyczy