C# Class YAXLib.YAXElementOrder

Inheritance: YAXBaseAttribute
Mostra file Open project: sinairv/YAXLib

Public Methods

Method Description
YAXElementOrder ( int order ) : System

Initializes a new instance of the YAXElementOrder class.

The element this applies to will be given priority in being serialized or deserialized depending on the relative value compared to other child elements.

Method Details

YAXElementOrder() public method

Initializes a new instance of the YAXElementOrder class.
The element this applies to will be given priority in being serialized or deserialized depending on the relative value compared to other child elements.
public YAXElementOrder ( int order ) : System
order int The priority of the element in serializing and deserializing.
return System