public DBVersionInformation(DBVersionAttribute attribute, IDBVersionBody versionBody, DBHistoryAttribute historyAtrriute)
 {
     if (attribute == null)
         throw new ArgumentNullException();
     this.m_attribute = attribute;
     this.m_versionBody = versionBody;
     this.m_historyAtrribute = historyAtrriute;
 }
Esempio n. 2
0
 public DBVersionInformation(DBVersionAttribute attribute, IDBVersionBody versionBody, DBHistoryAttribute historyAtrriute)
 {
     if (attribute == null)
     {
         throw new ArgumentNullException();
     }
     this.m_attribute        = attribute;
     this.m_versionBody      = versionBody;
     this.m_historyAtrribute = historyAtrriute;
 }