C# 클래스 Griffin.Container.ServiceMappings

Maps services to build plans.
상속: IServiceMappings
파일 보기 프로젝트 열기: jgauffin/Griffin.Container 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Type service, IList buildPlans ) : void

Add a new service

Contains ( Type service ) : bool

Checks if the specified service exists.

GetEnumerator ( ) : IEnumerable>>.IEnumerator

Returns an enumerator that iterates through the collection.

TryGetValue ( Type service, IList &buildPlans ) : bool

Try get build plans for a service.

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

메소드 상세

Add() 공개 메소드

Add a new service
public Add ( Type service, IList buildPlans ) : void
service System.Type Service to add
buildPlans IList Build plans for the service.
리턴 void

Contains() 공개 메소드

Checks if the specified service exists.
public Contains ( Type service ) : bool
service System.Type Service to check
리턴 bool

GetEnumerator() 공개 메소드

Returns an enumerator that iterates through the collection.
public GetEnumerator ( ) : IEnumerable>>.IEnumerator
리턴 IEnumerable>>.IEnumerator

TryGetValue() 공개 메소드

Try get build plans for a service.
public TryGetValue ( Type service, IList &buildPlans ) : bool
service System.Type Service to get plans for
buildPlans IList Found plans
리턴 bool