C# Class JKorTech.Extensive_Engineer_Report.SectionDesignConcernBase

Inheritance: DesignConcernBase
Mostra file Open project: jkoritzinsky/Extensive-Engineer-Report Class Usage Examples

Public Methods

Method Description
GetAffectedParts ( ) : List
GetAffectedParts ( IEnumerable sectionParts ) : List
TestCondition ( ) : bool
TestCondition ( IEnumerable sectionParts ) : bool

Protected Methods

Method Description
IsApplicable ( ) : bool
IsApplicable ( IEnumerable sectionParts ) : bool

Method Details

GetAffectedParts() public final method

public final GetAffectedParts ( ) : List
return List

GetAffectedParts() public method

public GetAffectedParts ( IEnumerable sectionParts ) : List
sectionParts IEnumerable
return List

IsApplicable() protected final method

protected final IsApplicable ( ) : bool
return bool

IsApplicable() protected method

protected IsApplicable ( IEnumerable sectionParts ) : bool
sectionParts IEnumerable
return bool

TestCondition() public final method

public final TestCondition ( ) : bool
return bool

TestCondition() public abstract method

public abstract TestCondition ( IEnumerable sectionParts ) : bool
sectionParts IEnumerable
return bool