OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.DeserializeOrderAttribute Class Reference

Can be used to control the order in which members are deserialized. More...

Inherits Attribute.

Public Member Functions

 DeserializeOrderAttribute (double order)
 Can be used to control the order in which members are deserialized. More...
 

Properties

double Order [get]
 The order in which the member will be deserialized. Higher order, means it will be deserialized later. Minimum value is 0, which is also the default order of not attributed members.
 

Detailed Description

Can be used to control the order in which members are deserialized.

Constructor & Destructor Documentation

◆ DeserializeOrderAttribute()

OpenTap.DeserializeOrderAttribute.DeserializeOrderAttribute ( double  order)
inline

Can be used to control the order in which members are deserialized.

Parameters
orderThe order in which the member will be deserialized. Higher order, means it will be deserialized later. Minimum value is 0, which is also the default order of not attributed members.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41