示例#1
0
 /// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public vProjectCustomAttributeValue(vProjectCustomAttributeValue vProjectCustomAttributeValue) : this()
 {
     this.ProjectCustomAttributeID = vProjectCustomAttributeValue.ProjectCustomAttributeID;
     this.PrimaryKey = vProjectCustomAttributeValue.PrimaryKey;
     this.TenantID   = vProjectCustomAttributeValue.TenantID;
     this.ProjectID  = vProjectCustomAttributeValue.ProjectID;
     this.ProjectCustomAttributeTypeID             = vProjectCustomAttributeValue.ProjectCustomAttributeTypeID;
     this.ProjectCustomAttributeValuesConcatenated = vProjectCustomAttributeValue.ProjectCustomAttributeValuesConcatenated;
     CallAfterConstructor(vProjectCustomAttributeValue);
 }
示例#2
0
 partial void CallAfterConstructor(vProjectCustomAttributeValue vProjectCustomAttributeValue);