public TableRow(TableContent content, DataTable table) : base(content.Domain, table) { this.Content = content; }
public TableRow(TableContent content, DataTable table, string parentID) : base(content.Domain, table, parentID) { this.Content = content; }
public TableRow(TableContent content, DataRow row) : base(content.Domain, row) { this.Content = content; }