C# Class JKorTech.Extensive_Engineer_Report.RadialStagesStrutted

Inheritance: DesignConcernBase
Afficher le fichier Open project: jkoritzinsky/Extensive-Engineer-Report

Méthodes publiques

Méthode Description
GetConcernDescription ( ) : string
GetConcernTitle ( ) : string
GetSeverity ( ) : DesignConcernSeverity
TestCondition ( ) : bool

Méthodes protégées

Méthode Description
IsApplicable ( ) : bool

Private Methods

Méthode Description
CheckForStruts ( Part part, IEnumerable struts ) : bool
CheckForStrutsRoot ( Part decoupler, IEnumerable struts ) : bool
IsARadialDecoupler ( Part part ) : bool
StrutsGoHigher ( CompoundPart strut, int startingStage, Part>.Func partSelector ) : bool

Method Details

GetConcernDescription() public méthode

public GetConcernDescription ( ) : string
Résultat string

GetConcernTitle() public méthode

public GetConcernTitle ( ) : string
Résultat string

GetSeverity() public méthode

public GetSeverity ( ) : DesignConcernSeverity
Résultat DesignConcernSeverity

IsApplicable() protected méthode

protected IsApplicable ( ) : bool
Résultat bool

TestCondition() public méthode

public TestCondition ( ) : bool
Résultat bool