/// <summary>
 /// There are no comments for PPPSecrets in the schema.
 /// </summary>
 public void AddToPPPSecrets(PPPSecret pPPSecret)
 {
     base.AddObject("PPPSecrets", pPPSecret);
 }
 /// <summary>
 /// Create a new PPPSecret object.
 /// </summary>
 /// <param name="userId">Initial value of UserId.</param>
 /// <param name="lastUpdatedDate">Initial value of LastUpdatedDate.</param>
 public static PPPSecret CreatePPPSecret(global::System.Guid userId, global::System.DateTime lastUpdatedDate)
 {
     PPPSecret pPPSecret = new PPPSecret();
     pPPSecret.UserId = userId;
     pPPSecret.LastUpdatedDate = lastUpdatedDate;
     return pPPSecret;
 }