C# Class Bari.Core.Model.ReferenceAliases

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

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Get() public méthode

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