Esempio n. 1
0
 public void Populate(JMMServerBinary.Contract_ReleaseGroup contract)
 {
     this.GroupID        = contract.GroupID;
     this.Rating         = contract.Rating;
     this.Votes          = contract.Votes;
     this.AnimeCount     = contract.AnimeCount;
     this.FileCount      = contract.FileCount;
     this.GroupName      = contract.GroupName;
     this.GroupNameShort = contract.GroupNameShort;
     this.IRCChannel     = contract.IRCChannel;
     this.IRCServer      = contract.IRCServer;
     this.URL            = contract.URL;
     this.Picname        = contract.Picname;
 }
Esempio n. 2
0
 public ReleaseGroupVM(JMMServerBinary.Contract_ReleaseGroup contract)
 {
     Populate(contract);
 }
Esempio n. 3
0
 public AniDB_ReleaseGroup(JMMServerBinary.Contract_ReleaseGroup contract)
 {
     Populate(contract);
 }