Ejemplo n.º 1
0
 public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions)
 {
     m_NatID    = natid;
     m_TID      = tid;
     m_SID      = sid;
     m_PID      = pid;
     m_Language = lang;
     m_Date     = date;
     m_Regions  = regions;
     m_Female   = female;
     m_Location = loc;
     m_HomeTown = ht;
 }
Ejemplo n.º 2
0
 public DMG(ushort natid, ushort tid, ushort sid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions) : base(natid, tid, sid, 1, female, lang, loc, ht, date, regions)
 {
 }
Ejemplo n.º 3
0
 public DMG(ushort natid, ushort tid, ushort sid, bool female, HT4 lang, HT4 ht, DateTime date) : base(natid, tid, sid, 1, female, lang, ht, date, DistRegions.NonKorean)
 {
 }
Ejemplo n.º 4
0
 public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, DateTime date, DistRegions regions) : this(natid, tid, sid, pid, female, lang, 3060, ht, date, regions)
 {
 }
Ejemplo n.º 5
0
 public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date) : this(natid, tid, sid, pid, female, lang, loc, ht, date, DistRegions.NonKorean)
 {
 }
 public SP4( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, ushort location, HT4 hometown )
     : base(natid, tid, sid, pid, ivs, female, (byte)hometown)
 {
     m_Location = location;
 }
Ejemplo n.º 7
0
 public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, DateTime date, DistRegions regions) : this(natid, tid, sid, pid, female, lang, loc, HT4.D, date, regions)
 {
 }
Ejemplo n.º 8
0
 public DMG( ushort natid, ushort tid, ushort sid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions )
     : base(natid, tid, sid, 1, female, lang, loc, ht, date, regions)
 {
 }
 public SP4( ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, HT4 hometown )
     : this(natid, tid, sid, pid, ivs, female, 2001, hometown)
 {
 }
Ejemplo n.º 10
0
 public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions )
 {
     m_NatID = natid;
     m_TID = tid;
     m_SID = sid;
     m_PID = pid;
     m_Language = lang;
     m_Date = date;
     m_Regions = regions;
     m_Female = female;
     m_Location = loc;
     m_HomeTown = ht;
 }
Ejemplo n.º 11
0
 public DMG( ushort natid, ushort tid, ushort sid, bool female, HT4 lang, HT4 ht, DateTime date )
     : base(natid, tid, sid, 1, female, lang, ht, date, DistRegions.NonKorean)
 {
 }
Ejemplo n.º 12
0
 public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date )
     : this(natid, tid, sid, pid, female, lang, loc, ht, date, DistRegions.NonKorean)
 {
 }
Ejemplo n.º 13
0
 public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, DateTime date, DistRegions regions )
     : this(natid, tid, sid, pid, female, lang, 3060, ht, date, regions)
 {
 }
Ejemplo n.º 14
0
 public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, DateTime date, DistRegions regions )
     : this(natid, tid, sid, pid, female, lang, loc, HT4.D, date, regions)
 {
 }
Ejemplo n.º 15
0
 public SP4(ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, ushort location, HT4 hometown) : base(natid, tid, sid, pid, ivs, female, (byte)hometown)
 {
     m_Location = location;
 }
Ejemplo n.º 16
0
 public SP4(ushort natid, ushort tid, ushort sid, uint pid, uint ivs, bool female, HT4 hometown) : this(natid, tid, sid, pid, ivs, female, 2001, hometown)
 {
 }