Example #1
0
        public override void LoadFromTGSerializedObject(TGSerializedObject _tgs)
        {
            base.LoadFromTGSerializedObject(_tgs);

            WebLogType        = (LogMessageType)_tgs.GetInt32("WebLogType");
            Message           = _tgs.GetString("Message");
            UserGuid          = _tgs.GetGuid("UserGuid");
            MessageDateTime   = _tgs.GetDateTime("MessageDateTime");
            SourceApplication = _tgs.GetString("SourceApplication");
            MessageDateTime   = new DateTime(_tgs.GetInt64("MessageTicks"));
        }