Show / Hide Table of Contents

Interface IStageScrollerItem

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IStageScrollerItem

Properties

View Source

Id

Gets the module id.

Declaration
string Id { get; }
Property Value
Type Description
System.String
View Source

IsEnabled

Indicates whether this instance is enabled.

Declaration
bool IsEnabled { get; }
Property Value
Type Description
System.Boolean
View Source

NavigationTargets

Specifies the buttons to access this item

Declaration
IEnumerable<NavigationTarget> NavigationTargets { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<NavigationTarget>

Methods

View Source

RequestNavigate(String)

Request a navigate to the target with the given id.

Declaration
void RequestNavigate(string id)
Parameters
Type Name Description
System.String id

Id from a navigation target

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX