C# Class CCNet.Build.Common.BinaryReference

Binary reference item.
Inheritance: ProjectElement
Show file Open project: shuruev/CCNet.Extensions

Public Methods

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

Initializes a new instance.

UpdateVersion ( System.Version newVersion ) : void

Updates version within assembly specification.

Protected Methods

Method Description
Reload ( ) : void

Reloads all the inner properties.

Private Methods

Method Description
EnsureNotGlobal ( ) : void

Makes sure current reference is not taken from global collection.

Method Details

BinaryReference() public method

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

UpdateVersion() public method

Updates version within assembly specification.
public UpdateVersion ( System.Version newVersion ) : void
newVersion System.Version
return void