C# Class CCNet.Build.Common.ProjectElement

Represents element from project XML document.
Show file Open project: shuruev/CCNet.Extensions

Protected Properties

Property Type Description
m_element System.Xml.Linq.XElement

Protected Methods

Method Description
ProjectElement ( System.Xml.Linq.XElement element ) : System

Initializes a new instance.

Reload ( ) : void

Reloads all the inner properties.

Method Details

ProjectElement() protected method

Initializes a new instance.
protected ProjectElement ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement
return System

Reload() protected method

Reloads all the inner properties.
protected Reload ( ) : void
return void

Property Details

m_element protected property

Current XML element.
protected XElement,System.Xml.Linq m_element
return System.Xml.Linq.XElement