C# Класс Bari.Core.Model.ReferenceAliases

Project parameter block holding a set of reference aliases (ReferenceAlias)
Наследование: IProjectParameters
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

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
Результат void

Get() публичный Метод

Gets a reference alias by its name
public Get ( string name ) : Bari.Core.Model.ReferenceAlias
name string Name of the alias
Результат Bari.Core.Model.ReferenceAlias