Table of Contents

Class NavigationParameters

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the navigation parameters.

public class NavigationParameters : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
NavigationParameters
Implements
Inherited Members

Properties

CreationMode

Gets or sets a value indicating whether the view is in creation mode.

public bool? CreationMode { get; set; }

Property Value

bool?

Id

Gets or sets the identifier.

public Dictionary<string, object>? Id { get; set; }

Property Value

Dictionary<string, object>

PageNumber

Gets or sets the page number.

public int? PageNumber { get; set; }

Property Value

int?

RecordsByPage

Gets or sets the number of records by page.

public int? RecordsByPage { get; set; }

Property Value

int?