Table of Contents

Class UISortOrderAttribute

Namespace
Crosser.EdgeNode.Flows
Assembly
Crosser.EdgeNode.Flows.dll

What index the setting should be displayed in the UI. The setting with the lowest index will be displayed first (negative is allowed). Settings with no sort order will be placed last in the order they are defined in the C# module settings class

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class UISortOrderAttribute : BaseSchemaExtensionAttribute
Inheritance
UISortOrderAttribute
Inherited Members

Constructors

UISortOrderAttribute(int)

public UISortOrderAttribute(int order)

Parameters

order int