C# 클래스 JKorTech.Extensive_Engineer_Report.SectionDesignConcernBase

상속: DesignConcernBase
파일 보기 프로젝트 열기: jkoritzinsky/Extensive-Engineer-Report 1 사용 예제들

공개 메소드들

메소드 설명
GetAffectedParts ( ) : List
GetAffectedParts ( IEnumerable sectionParts ) : List
TestCondition ( ) : bool
TestCondition ( IEnumerable sectionParts ) : bool

보호된 메소드들

메소드 설명
IsApplicable ( ) : bool
IsApplicable ( IEnumerable sectionParts ) : bool

메소드 상세

GetAffectedParts() 공개 최종 메소드

public final GetAffectedParts ( ) : List
리턴 List

GetAffectedParts() 공개 메소드

public GetAffectedParts ( IEnumerable sectionParts ) : List
sectionParts IEnumerable
리턴 List

IsApplicable() 보호된 최종 메소드

protected final IsApplicable ( ) : bool
리턴 bool

IsApplicable() 보호된 메소드

protected IsApplicable ( IEnumerable sectionParts ) : bool
sectionParts IEnumerable
리턴 bool

TestCondition() 공개 최종 메소드

public final TestCondition ( ) : bool
리턴 bool

TestCondition() 공개 추상적인 메소드

public abstract TestCondition ( IEnumerable sectionParts ) : bool
sectionParts IEnumerable
리턴 bool