YAXLib.YAXElementForAttribute.YAXElementForAttribute C# (CSharp) Method

YAXElementForAttribute() public method

Initializes a new instance of the YAXElementForAttribute class.
public YAXElementForAttribute ( string parent ) : System
parent string The element of which the property becomes a child element.
return System
        public YAXElementForAttribute(string parent)
        {
            this.Parent = parent;
        }
YAXElementForAttribute