Example #1
0
        public Logger(Transaction transaction, DPObject dpo)
        {
            this.log_transaction = transaction;
            this.tableName       = dpo.TableName;
            this.tableId         = dpo.TableId;
            this.rowID           = dpo.RowId;

            this.logee = LogManager.Instance.RowLogee(dpo);

            dpoType = dpo.GetType();
        }
Example #2
0
 public ClassName(DPObject dpo)
     : this(dpo.GetType())
 {
 }