ATMLDataAccessLibrary.db.beans.InstrumentCapabilitiesBean.InstrumentCapabilitiesBean C# (CSharp) Method

InstrumentCapabilitiesBean() public method

public InstrumentCapabilitiesBean ( ) : System
return System
        public InstrumentCapabilitiesBean( )
            : base(_TABLE_NAME)
        {
            if( fieldMap.ContainsKey(_INSTRUMENT_UUID) )
                fieldMap[_INSTRUMENT_UUID] = null;
            else
                fieldMap.Add(_INSTRUMENT_UUID, null );
            if( fieldMap.ContainsKey(_ATTRIBUTE) )
                fieldMap[_ATTRIBUTE] = null;
            else
                fieldMap.Add(_ATTRIBUTE, null );
            if( fieldMap.ContainsKey(_SIGNAL_NAME) )
                fieldMap[_SIGNAL_NAME] = null;
            else
                fieldMap.Add(_SIGNAL_NAME, null );
            if( fieldMap.ContainsKey(_LOW_VALUE) )
                fieldMap[_LOW_VALUE] = null;
            else
                fieldMap.Add(_LOW_VALUE, null );
            if( fieldMap.ContainsKey(_LOW_UNIT) )
                fieldMap[_LOW_UNIT] = null;
            else
                fieldMap.Add(_LOW_UNIT, null );
            if( fieldMap.ContainsKey(_HIGH_VALUE) )
                fieldMap[_HIGH_VALUE] = null;
            else
                fieldMap.Add(_HIGH_VALUE, null );
            if( fieldMap.ContainsKey(_HIGH_UNIT) )
                fieldMap[_HIGH_UNIT] = null;
            else
                fieldMap.Add(_HIGH_UNIT, null );
            if( fieldMap.ContainsKey(_ERR_VALUE) )
                fieldMap[_ERR_VALUE] = null;
            else
                fieldMap.Add(_ERR_VALUE, null );
            if( fieldMap.ContainsKey(_ERR_UNIT) )
                fieldMap[_ERR_UNIT] = null;
            else
                fieldMap.Add(_ERR_UNIT, null );
            if( fieldMap.ContainsKey(_RES_VALUE) )
                fieldMap[_RES_VALUE] = null;
            else
                fieldMap.Add(_RES_VALUE, null );
            if( fieldMap.ContainsKey(_RES_UNIT) )
                fieldMap[_RES_UNIT] = null;
            else
                fieldMap.Add(_RES_UNIT, null );
            if( fieldMap.ContainsKey(_LOAD_VALUE) )
                fieldMap[_LOAD_VALUE] = null;
            else
                fieldMap.Add(_LOAD_VALUE, null );
            if( fieldMap.ContainsKey(_LOAD_UNIT) )
                fieldMap[_LOAD_UNIT] = null;
            else
                fieldMap.Add(_LOAD_UNIT, null );
            if( fieldMap.ContainsKey(_SIGNAL_TYPE) )
                fieldMap[_SIGNAL_TYPE] = null;
            else
                fieldMap.Add(_SIGNAL_TYPE, null );
            if( fieldMap.ContainsKey(_SIGNAL_NAMESPACE) )
                fieldMap[_SIGNAL_NAMESPACE] = null;
            else
                fieldMap.Add(_SIGNAL_NAMESPACE, null );
            if( fieldMap.ContainsKey(_CAPABILITY_NAME) )
                fieldMap[_CAPABILITY_NAME] = null;
            else
                fieldMap.Add(_CAPABILITY_NAME, null );
            if( fieldMap.ContainsKey(_TSF_UUID) )
                fieldMap[_TSF_UUID] = null;
            else
                fieldMap.Add(_TSF_UUID, null );
            initialize();
        }

Same methods

InstrumentCapabilitiesBean::InstrumentCapabilitiesBean ( System.Data.OleDb.OleDbDataReader reader ) : System