Escali License control
1
Currency.cs
Gå til dokumentasjonen til denne filen.
1
using
System.ComponentModel.DataAnnotations;
2
3
namespace
Escali.LicenseControl.DataAccess.Models
4
{
5
6
public
class
Currency
7
{
8
9
[Key]
10
public
int
CurrencySeq
{
get
;
set
; }
11
12
[Required]
13
[MaxLength(3)]
14
public
string
CurrencyName
{
get
;
set
; }
15
16
// public virtual List<PriceList> PriceLists { get; set; }
17
// public virtual List<Agreement> Agreements { get; set; }
18
19
20
}
21
}
Escali.LicenseControl.DataAccess.Models.Currency
Definition:
Currency.cs:7
Escali.LicenseControl.DataAccess.Models.Currency.CurrencyName
string CurrencyName
Definition:
Currency.cs:14
Escali.LicenseControl.DataAccess.Models.Currency.CurrencySeq
int CurrencySeq
Definition:
Currency.cs:10
Escali.LicenseControl.DataAccess.Models
Definition:
Agreement.cs:5
Desktop
Escali-LicenseControl-FinalDelivery
Escali.LicenseControl.DataAccess
Models
Currency.cs
Generert av
1.9.3