Exemplo n.º 1
0
            public override object?GetNthMask(int index)
            {
                PcLevelMult_FieldIndex enu = (PcLevelMult_FieldIndex)index;

                switch (enu)
                {
                case PcLevelMult_FieldIndex.LevelMult:
                    return(LevelMult);

                default:
                    return(base.GetNthMask(index));
                }
            }
Exemplo n.º 2
0
            public override void SetNthException(int index, Exception ex)
            {
                PcLevelMult_FieldIndex enu = (PcLevelMult_FieldIndex)index;

                switch (enu)
                {
                case PcLevelMult_FieldIndex.LevelMult:
                    this.LevelMult = ex;
                    break;

                default:
                    base.SetNthException(index, ex);
                    break;
                }
            }