Show / Hide Table of Contents

Interface IOrderedItemExportMetadata

Provides properties for the metadata of an ordered item.

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

Properties

View Source

Order

Gets the order number of the item and defines the order in which the items are displayed.

Declaration
int Order { get; }
Property Value
Type Description
System.Int32

Extension Methods

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