Add SeriesViewDialog
This commit is contained in:
parent
784ab73a36
commit
9ae1f0399b
27 changed files with 1293 additions and 18 deletions
|
|
@ -8,7 +8,7 @@ namespace DataLayer
|
|||
internal int BookId { get; private set; }
|
||||
|
||||
public string Order { get; private set; }
|
||||
public float Index { get; }
|
||||
public float Index => StringLib.ExtractFirstNumber(Order);
|
||||
|
||||
public Series Series { get; private set; }
|
||||
public Book Book { get; private set; }
|
||||
|
|
@ -22,8 +22,7 @@ namespace DataLayer
|
|||
Series = series;
|
||||
Book = book;
|
||||
Order = order;
|
||||
Index = StringLib.ExtractFirstNumber(Order);
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateOrder(string order)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue