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