Sevral bugfixes
This commit is contained in:
parent
ebb86f46e6
commit
cce5794004
BuechermarktClient
Students.xamlStudentsEdit.xamlStudentsEdit.xaml.cs
bin/Debug/backups
1498643499/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498643619/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498644651/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498644771/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498644891/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498645011/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498645131/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498645251/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498645470/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498645590/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498645710/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498645887/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498646020/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498646075/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498646198/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498646318/buechermarkt
books.bson.gzbooks.metadata.json.gzbooktypes.bson.gzbooktypes.metadata.json.gzstudents.bson.gzstudents.metadata.json.gz
1498646438/buechermarkt
@ -31,6 +31,7 @@
|
||||
<GridViewColumn Header="Telefon" DisplayMemberBinding="{Binding PhoneNumber}" Width="Auto"></GridViewColumn>
|
||||
<GridViewColumn Header="LabelId" DisplayMemberBinding="{Binding LabelId}" Width="Auto"></GridViewColumn>
|
||||
<GridViewColumn Header="Klasse" DisplayMemberBinding="{Binding Form}" Width="Auto"></GridViewColumn>
|
||||
<GridViewColumn Header="ID" DisplayMemberBinding="{Binding ID}" Width="Auto"></GridViewColumn>
|
||||
</GridView>
|
||||
</ListView.View>
|
||||
<ListView.ItemContainerStyle>
|
||||
|
@ -5,7 +5,7 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:BuechermarktClient"
|
||||
mc:Ignorable="d"
|
||||
Title="Schüler" Height="335" Width="300">
|
||||
Title="Schüler" Height="393.494" Width="300">
|
||||
<StackPanel VerticalAlignment="Top">
|
||||
<Label Content="Vorname" Margin="10,0"></Label>
|
||||
<TextBox Margin="10,0" Text="{Binding Path=Forname, Mode=TwoWay}"></TextBox>
|
||||
@ -19,6 +19,8 @@
|
||||
<TextBox Margin="10,0" Text="{Binding Path=LabelId, Mode=TwoWay}"></TextBox>
|
||||
<Label Content="Klasse" Margin="10,0"></Label>
|
||||
<TextBox Margin="10,0" Text="{Binding Path=Form, Mode=TwoWay}"></TextBox>
|
||||
<Label Content="iD" Margin="10,0"></Label>
|
||||
<TextBox Margin="10,0" Text="{Binding Path=ID, Mode=OneWay}"></TextBox>
|
||||
<Grid Margin="10,10,10,0">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*"></ColumnDefinition>
|
||||
|
@ -77,6 +77,14 @@ namespace BuechermarktClient
|
||||
}
|
||||
}
|
||||
|
||||
public string ID
|
||||
{
|
||||
get
|
||||
{
|
||||
return Student.ID.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
public string LabelId
|
||||
{
|
||||
get
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498643499/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498643499/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498643499/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498643499/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498643619/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498643619/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498643619/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498643619/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498644651/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498644651/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498644651/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498644651/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498644771/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498644771/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498644771/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498644771/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498644891/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498644891/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498644891/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498644891/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645011/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645011/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645011/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645011/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645131/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645131/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645131/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645131/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645251/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645251/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645251/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645251/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645470/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645470/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645470/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645470/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645590/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645590/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645590/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645590/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645710/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645710/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645710/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645710/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645887/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645887/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498645887/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498645887/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498646020/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498646020/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498646020/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498646020/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498646075/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498646075/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498646075/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498646075/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498646198/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498646198/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498646198/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498646198/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498646318/buechermarkt/booktypes.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498646318/buechermarkt/booktypes.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
BuechermarktClient/bin/Debug/backups/1498646318/buechermarkt/students.metadata.json.gz
Normal file
BIN
BuechermarktClient/bin/Debug/backups/1498646318/buechermarkt/students.metadata.json.gz
Normal file
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user