Exemplo n.º 1
0
        private void SetProperties(DecoderConfigItem item, DecoderType type)
        {
            Type       = type;
            RegName    = item.RegName;
            fAdditions = item.AdditionInfos;

            EasySearchConfigItem easySearch = item as EasySearchConfigItem;

            if (easySearch != null)
            {
                RefFields = easySearch.RefFields;
            }
        }
Exemplo n.º 2
0
 internal SimpleFieldDecoder(DecoderConfigItem item, DecoderType type)
 {
     SetProperties(item, type);
 }