Exemplo n.º 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();
        }
Exemplo n.º 2
0
 public ClassName(DPObject dpo)
     : this(dpo.GetType())
 {
 }