Esempio n. 1
0
 void ISerializationCallbackReceiver.OnAfterDeserialize()
 {
     if (string.IsNullOrEmpty(this.groupFiltersUON) == false)
     {
         this.groupFilters = UON.FromUON(this.groupFiltersUON) as GroupFilters;
     }
 }
Esempio n. 2
0
        public StreamLog()
        {
            this.name             = "New stream";
            this.displayLog       = true;
            this.displayWarning   = true;
            this.displayError     = true;
            this.displayException = true;
            this.addConsumedLog   = false;
            this.consumeLog       = false;

            this.rowsDrawer   = new RowsDrawer();
            this.groupFilters = new GroupFilters();
        }