Table of Contents

Enum ViewSortOrder

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Controls how a view set orders views when presented to consumers.

public enum ViewSortOrder

Fields

Default = 0

Groups views by software system and then by view type.

Key = 2

Sorts views alphabetically by key.

Type = 1

Sorts views primarily by view type.