Class OrderAttribute
- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
Defines the priority of this component over others.
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class OrderAttribute : Attribute
- Inheritance
-
OrderAttribute
- Inherited Members
- Extension Methods
Properties
After
Gets or sets the internal name of a component to compare with. The value should corresponds to an existing InternalComponentName value.
public string After { get; set; }
Property Value
Before
Gets or sets the internal name of a component to compare with. The value should corresponds to an existing InternalComponentName value.
public string Before { get; set; }