C# Class YAXLib.YAXValueForAttribute

Inheritance: YAXBaseAttribute
Exibir arquivo Open project: sinairv/YAXLib

Public Methods

Method Description
YAXValueForAttribute ( string parent ) : System

Initializes a new instance of the YAXAttributeForAttribute class.

Method Details

YAXValueForAttribute() public method

Initializes a new instance of the YAXAttributeForAttribute class.
public YAXValueForAttribute ( string parent ) : System
parent string The element of which the property becomes an attribute.
return System