Udostępnij przez


OrderAttribute Klasa

Definicja

Zdefiniuj wagę porządkową pola lub właściwości.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class OrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type OrderAttribute = class
    inherit Attribute
Public Class OrderAttribute
Inherits Attribute
Dziedziczenie
OrderAttribute
Atrybuty

Uwagi

Domyślnie waga zamówienia wynosi 0.

Konstruktory

OrderAttribute(Int32)

Ustawia wagę kolejności pola lub właściwości

Właściwości

Order

Zdefiniuj wagę porządkową pola lub właściwości.

Dotyczy