Beispiel #1
0
 /// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public vNereidBMPColocation(vNereidBMPColocation vNereidBMPColocation) : this()
 {
     this.PrimaryKey      = vNereidBMPColocation.PrimaryKey;
     this.DownstreamBMPID = vNereidBMPColocation.DownstreamBMPID;
     this.UpstreamBMPID   = vNereidBMPColocation.UpstreamBMPID;
     CallAfterConstructor(vNereidBMPColocation);
 }
Beispiel #2
0
 partial void CallAfterConstructor(vNereidBMPColocation vNereidBMPColocation);