C# 클래스 TheAirline.Infrastructure.Configurations

파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop

공개 메소드들

메소드 설명
AddConfiguration ( Configuration configuration ) : void
Clear ( ) : void
GetConfigurations ( ) : List
GetConfigurations ( Configuration type ) : List
GetConfigurations ( Predicate match ) : List
GetStandardConfiguration ( string name ) : Configuration

메소드 상세

AddConfiguration() 공개 정적인 메소드

public static AddConfiguration ( Configuration configuration ) : void
configuration Configuration
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetConfigurations() 공개 정적인 메소드

public static GetConfigurations ( ) : List
리턴 List

GetConfigurations() 공개 정적인 메소드

public static GetConfigurations ( Configuration type ) : List
type Configuration
리턴 List

GetConfigurations() 공개 정적인 메소드

public static GetConfigurations ( Predicate match ) : List
match Predicate
리턴 List

GetStandardConfiguration() 공개 정적인 메소드

public static GetStandardConfiguration ( string name ) : Configuration
name string
리턴 Configuration