[longomatch] Add am e-mail field to the player description
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add am e-mail field to the player description
- Date: Mon, 7 Jul 2014 11:19:18 +0000 (UTC)
commit e425954b16ef346622f993fc98169162e0b120d3
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Mar 20 17:29:54 2014 +0100
Add am e-mail field to the player description
LongoMatch.Core/Store/Player.cs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Player.cs b/LongoMatch.Core/Store/Player.cs
index 7775a7b..ee9a6b2 100644
--- a/LongoMatch.Core/Store/Player.cs
+++ b/LongoMatch.Core/Store/Player.cs
@@ -119,6 +119,17 @@ namespace LongoMatch.Store
set;
}
+ /// <summary>
+ /// Gets or sets the player e-mail.
+ /// </summary>
+ /// <value>
+ /// The e-mail.
+ /// </value>
+ public string Mail {
+ get;
+ set;
+ }
+
public override string ToString ()
{
return String.Format("{0} - {1}", Number, Name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]