IDefaultColumnGroup 인터페이스

정의

기본 그룹을 정의하는 내보내기입니다.

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

설명

MEF 내보내기이며 다음 특성으로 주석을 추가해야 합니다.

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

그룹화는 ManagerType, DataSourceType & DataSource 제약 조건이 모두 충족된 경우에만 표시됩니다. 또한 하나 ITableDataSource이상의 에서 모든 GroupColumns를 제공하지 않는 한 그룹화가 표시되지 않습니다.

이 인터페이스의 정의는 의도적으로 비어 있습니다(모든 데이터는 메타데이터를 통해 제공됨).

적용 대상