In This Article

DataModelSortImportance Enum

Specifies the sort importance of data models.

public enum DataModelSortImportance

Remarks

The standard sort order is: categories, category editors, and finally properties. The values of this enumeration allow data models to be placed in or around any of these three groups.

Fields

Name Description
AfterCategory

Indicates the data model should be sorted after categories.

AfterCategoryEditor

Indicates the data model should be sorted after category editors.

AfterProperty

Indicates the data model should be sorted after properties.

BeforeCategory

Indicates the data model should be sorted before categories.

BeforeCategoryEditor

Indicates the data model should be sorted before category editors.

BeforeProperty

Indicates the data model should be sorted before properties.

Category

Indicates the data model should be sorted as a category.

CategoryEditor

Indicates the data model should be sorted as a category editor.

Property

Indicates the data model should be sorted as a property.