File size: 202 Bytes
b1b3bae
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
Public Interface IDynamicsCauseAndEffectMatrix

    Property ID As String

    Property Description As String

    Property Items As Dictionary(Of String, IDynamicsCauseAndEffectItem)

End Interface