C# 클래스 Dynamo.AutoTT.Index

상속: IIndex
파일 보기 프로젝트 열기: MartinF/Dynamo.AutoTT

공개 메소드들

메소드 설명
Add ( ProjectItem configurationItem, Configuration configuration ) : void
Contains ( Project project ) : bool
Contains ( ProjectItem configurationItem ) : bool
Remove ( Project project ) : void
Remove ( ProjectItem configurationItem ) : void
TryGet ( Project project, Configuration &configuration ) : bool
TryGet ( Project project, Entry &entry ) : bool
TryGet ( ProjectItem configurationItem, Configuration &configuration ) : bool

메소드 상세

Add() 공개 메소드

public Add ( ProjectItem configurationItem, Configuration configuration ) : void
configurationItem ProjectItem
configuration Configuration
리턴 void

Contains() 공개 메소드

public Contains ( Project project ) : bool
project Project
리턴 bool

Contains() 공개 메소드

public Contains ( ProjectItem configurationItem ) : bool
configurationItem ProjectItem
리턴 bool

Remove() 공개 메소드

public Remove ( Project project ) : void
project Project
리턴 void

Remove() 공개 메소드

public Remove ( ProjectItem configurationItem ) : void
configurationItem ProjectItem
리턴 void

TryGet() 공개 메소드

public TryGet ( Project project, Configuration &configuration ) : bool
project Project
configuration Configuration
리턴 bool

TryGet() 공개 메소드

public TryGet ( Project project, Entry &entry ) : bool
project Project
entry Entry
리턴 bool

TryGet() 공개 메소드

public TryGet ( ProjectItem configurationItem, Configuration &configuration ) : bool
configurationItem ProjectItem
configuration Configuration
리턴 bool