PropertyOrderAttribute Classe

Definição

PropertyOrderAttribute especifica a ordem das propriedades na serialização.

[System.AttributeUsage(System.AttributeTargets.Property)]
public class PropertyOrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PropertyOrderAttribute = class
    inherit Attribute
Public Class PropertyOrderAttribute
Inherits Attribute
Herança
PropertyOrderAttribute
Atributos

Construtores

PropertyOrderAttribute(Int32)

Inicializa o objeto PropertyOrderAttribute.

Propriedades

Order

Obtém a ordem de serialização da propriedade associada.

Aplica-se a