C# Class CCNet.Build.Common.ProjectElement

Represents element from project XML document.
Afficher le fichier Open project: shuruev/CCNet.Extensions

Protected Properties

Свойство Type Description
m_element System.Xml.Linq.XElement

Méthodes protégées

Méthode Description
ProjectElement ( System.Xml.Linq.XElement element ) : System

Initializes a new instance.

Reload ( ) : void

Reloads all the inner properties.

Method Details

ProjectElement() protected méthode

Initializes a new instance.
protected ProjectElement ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement
Résultat System

Reload() protected méthode

Reloads all the inner properties.
protected Reload ( ) : void
Résultat void

Property Details

m_element protected_oe property

Current XML element.
protected XElement,System.Xml.Linq m_element
Résultat System.Xml.Linq.XElement