コード例 #1
0
        public ComparisonMaterialBinder()
        {
            _binderEls              = new ComparisonELSBinder();
            _binderTM               = new ComparisonTMBinder();
            _binderMaterial         = new MaterialBinder();
            _binderPropertyEls      = new PropertyElsBinder();
            _binderPropertyTMMetals = new PropertyTMMetalsBinder();
            _binderPropertyTMPlus   = new PropertyTMPlusBinder();
            _binderProperty         = new PropertyBinder();

            _binderConditionTMPlus   = new ConditionTMPlusBinder();
            _binderConditionTMMetals = new ConditionTMMetalsBinder();
        }
コード例 #2
0
 public ComparisonTMBinder()
 {
     _binderPropertyTMMetals = new PropertyTMMetalsBinder();
     _binderPropertyTMPLUS   = new PropertyTMPlusBinder();
 }