JsonExSerializer.ConstructorParameterAttribute Class Reference

This attribute is used to decorate a property that will be used as an argument to the constructor rather than written out as a normal property. More...

List of all members.

Public Member Functions

 ConstructorParameterAttribute (int position)
 Indicates that this property will be passed to the constructor. The position property specifies where the property occurs in the constructor's arguments, e.g. position=0 is the first constructor argument, position=1 is the second argument, etc.

Properties

int Position [get]
 The constructor argument index.


Detailed Description

This attribute is used to decorate a property that will be used as an argument to the constructor rather than written out as a normal property.


Constructor & Destructor Documentation

JsonExSerializer.ConstructorParameterAttribute.ConstructorParameterAttribute ( int  position  ) 

Indicates that this property will be passed to the constructor. The position property specifies where the property occurs in the constructor's arguments, e.g. position=0 is the first constructor argument, position=1 is the second argument, etc.

Parameters:
index the position of the property within the constructor's arguments


Property Documentation

int JsonExSerializer.ConstructorParameterAttribute.Position [get]

The constructor argument index.


Generated on Fri Feb 15 23:33:58 2008 for JsonExSerializer by  doxygen 1.5.2