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 SourceOrder
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 |