C# Class Bari.Core.Model.ReferenceAliases

Project parameter block holding a set of reference aliases (ReferenceAlias)
Inheritance: IProjectParameters
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
Add ( string name, IEnumerable references ) : void

Adds a new reference alias to the parameter block

Get ( string name ) : Bari.Core.Model.ReferenceAlias

Gets a reference alias by its name

Method Details

Add() public method

Adds a new reference alias to the parameter block
public Add ( string name, IEnumerable references ) : void
name string Name of the alias
references IEnumerable Set of references the alias is for
return void

Get() public method

Gets a reference alias by its name
public Get ( string name ) : Bari.Core.Model.ReferenceAlias
name string Name of the alias
return Bari.Core.Model.ReferenceAlias