C# 클래스 Bari.Core.Model.ReferenceAliases

Project parameter block holding a set of reference aliases (ReferenceAlias)
상속: IProjectParameters
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
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