Esempio n. 1
0
 /// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public fGetProjectPriorityLandscape_Result(fGetProjectPriorityLandscape_Result fGetProjectPriorityLandscape_Result) : this()
 {
     this.number              = fGetProjectPriorityLandscape_Result.number;
     this.ProjectID           = fGetProjectPriorityLandscape_Result.ProjectID;
     this.PriorityLandscapeID = fGetProjectPriorityLandscape_Result.PriorityLandscapeID;
     CallAfterConstructor(fGetProjectPriorityLandscape_Result);
 }
Esempio n. 2
0
 partial void CallAfterConstructor(fGetProjectPriorityLandscape_Result fGetProjectPriorityLandscape_Result);