public ExternalReferenceInfo(string modelPathName,string componentPathName,string feature,string dataType,swExternalReferenceStatus_e status,string refEntity,string featCom, swExternalFileReferencesConfig_e configOption,string configName)
 {
     this.ModelPathName = modelPathName;
     this.ComponentPathName = componentPathName;
     this.Feature = feature;
     this.DataType = dataType;
     this.Status = status;
     this.RefEntity = refEntity;
     this.FeatCom = featCom;
     this.ConfigOption = configOption;
     this.ConfigName = configName;
 }
 public ExternalReferenceInfo(string modelPathName, string componentPathName, string feature, string dataType, swExternalReferenceStatus_e status, string refEntity, string featCom, swExternalFileReferencesConfig_e configOption, string configName)
 {
     this.ModelPathName     = modelPathName;
     this.ComponentPathName = componentPathName;
     this.Feature           = feature;
     this.DataType          = dataType;
     this.Status            = status;
     this.RefEntity         = refEntity;
     this.FeatCom           = featCom;
     this.ConfigOption      = configOption;
     this.ConfigName        = configName;
 }