Show / Hide Table of Contents

Interface IRegionNavigationJournalEntry

An entry in an IRegionNavigationJournal representing the URI navigated to.

Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionNavigationJournalEntry

Properties

View Source

Uri

Gets or sets the URI.

Declaration
Uri Uri { get; set; }
Property Value
Type Description
System.Uri

The URI.

Extension Methods

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