Table of Contents

Class NavigationParameters

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

Represents the navigation parameters.

[ExcludeFromCodeCoverage]
[SuppressMessage("Major Code Smell", "S3925:\"ISerializable\" should be implemented correctly", Justification = "Abstraction")]
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
Extension Methods

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.

[SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "Abstraction")]
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?