FailureMechanismAssemblyResultRowBase.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo WTI-1790

    • -1
    • +1
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 10 more files in changeset.
Improvements after review. WTI-1684

    • -4
    • +1
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 23 more files in changeset.
Incorporated comments review 2755: - Adjusted accessors for the row objects --> when classes are declared internal, the constructors, methods must be declared as public - Cleaned up tests and code formatting

WTI-1679

    • -1
    • +1
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 5 more files in changeset.
Cleanup: - Made all row classes internal --> these should not be instantiated outside the views that hosts these rows - Formatting

WTI-1679

    • -4
    • +5
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 2 more files in changeset.
Introduced cell format extension methods: - Applied for the FailureMechanismAssemblyResultRow(s) and the view that hosts these.

WTI-1679

    • -6
    • +3
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 2 more files in changeset.
- Added background colour styling for the FailureMechanismAssemblyResult rows - Added functional tests for the derived classes - Added protected helper method to retrieve the column state definition for the category

WTI-1679

    • -3
    • +18
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 5 more files in changeset.
Extracted base class for the failure mechanism assembly result rows: - Failure mechanism assembly result factories for groups 3 and 4 only return a FailureMechanismCategoryGroup - Applied changes to the view

WTI-1679

    • -0
    • +137
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 8 more files in changeset.