コード例 #1
0
 internal static AttributeName SetValues(this AttributeName attributeName, KeyValuePair <string, string> shortAndLongName, bool active, bool chile = false, bool additive = false, bool packaging = false, DefectTypeEnum?defectType = null)
 {
     return(attributeName.SetValues(shortAndLongName.Key, shortAndLongName.Value, active, chile, additive, packaging, defectType));
 }