/// <summary>
        /// Constructor
        /// </summary>
        public ProviderObj()
        {
            Id   = null;
            Name = null;
            _analysisSoftwareRef = null;

            _analysisSoftware = null;
            _contactRole      = null;
        }
Пример #2
0
        /// <summary>
        /// Constructor
        /// </summary>
        public ProteinDetectionProtocolObj()
        {
            Id   = null;
            Name = null;
            _analysisSoftwareRef = null;

            _analysisSoftware = null;
            _analysisParams   = null;
            _threshold        = null;
        }
        /// <summary>
        /// Constructor
        /// </summary>
        public SpectrumIdentificationProtocolObj()
        {
            Id   = null;
            Name = null;
            _analysisSoftwareRef = null;

            _analysisSoftware       = null;
            _searchType             = null;
            _additionalSearchParams = null;
            ModificationParams      = new IdentDataList <SearchModificationObj>(1);
            _enzymes             = null;
            MassTables           = new IdentDataList <MassTableObj>(1);
            FragmentTolerances   = new IdentDataList <CVParamObj>(1);
            ParentTolerances     = new IdentDataList <CVParamObj>(1);
            _threshold           = null;
            DatabaseFilters      = new IdentDataList <FilterInfo>(1);
            _databaseTranslation = null;
        }