Table of Contents

Enum PageState

Namespace
JJMasterData.Core.DataDictionary.Models
Assembly
JJMasterData.Core.dll

Represents the state of a component.

public enum PageState

Fields

Delete = 7

Represents the dictionary deleting a record

Filter = 5

Represents the dictionary filter

Import = 6

Represents the dictionary importation grid

Insert = 3

Represents the dictionary creating a record

List = 1

Represents the dictionary in grid list mode

Update = 4

Represents the dictionary updating a record

View = 2

Represents the dictionary showing a specific record in view mode