예제 #1
0
        internal static Dictionary <string, object> GetDictionary()
        {
            TheThing tn = new TheThing();

            ToThingProperties(tn, !TheCommonUtils.CBool(TheBaseAssets.MySettings.GetSetting("EnableKPIs")));
            return(tn.GetPBAsDictionary());
        }