C# 클래스 Tac.CheckSupplies

상속: DesignConcernBase
파일 보기 프로젝트 열기: KSP-RO/TacLifeSupport

공개 메소드들

메소드 설명
CheckSupplies ( ) : System.Collections.Generic
GetAffectedParts ( ) : List
GetConcernDescription ( ) : string
GetConcernTitle ( ) : string
GetSeverity ( ) : DesignConcernSeverity
TestCondition ( ) : bool

메소드 상세

CheckSupplies() 공개 메소드

public CheckSupplies ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetAffectedParts() 공개 메소드

public GetAffectedParts ( ) : List
리턴 List

GetConcernDescription() 공개 메소드

public GetConcernDescription ( ) : string
리턴 string

GetConcernTitle() 공개 메소드

public GetConcernTitle ( ) : string
리턴 string

GetSeverity() 공개 메소드

public GetSeverity ( ) : DesignConcernSeverity
리턴 DesignConcernSeverity

TestCondition() 공개 메소드

public TestCondition ( ) : bool
리턴 bool