C# Class CCNet.Build.Common.BinaryReference

Binary reference item.
Inheritance: ProjectElement
Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

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

Initializes a new instance.

UpdateVersion ( System.Version newVersion ) : void

Updates version within assembly specification.

Méthodes protégées

Méthode Description
Reload ( ) : void

Reloads all the inner properties.

Private Methods

Méthode Description
EnsureNotGlobal ( ) : void

Makes sure current reference is not taken from global collection.

Method Details

BinaryReference() public méthode

Initializes a new instance.
public BinaryReference ( 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

UpdateVersion() public méthode

Updates version within assembly specification.
public UpdateVersion ( System.Version newVersion ) : void
newVersion System.Version
Résultat void