/// <summary>
 /// Create a new AllTypesComplexEntity object.
 /// </summary>
 /// <param name="c1_int">Initial value of c1_int.</param>
 /// <param name="memberAllTypesComplex">Initial value of MemberAllTypesComplex.</param>
 public static AllTypesComplexEntity CreateAllTypesComplexEntity(int c1_int, AllTypesComplexType memberAllTypesComplex)
 {
     AllTypesComplexEntity allTypesComplexEntity = new AllTypesComplexEntity();
     allTypesComplexEntity.c1_int = c1_int;
     if ((memberAllTypesComplex == null))
     {
         throw new global::System.ArgumentNullException("memberAllTypesComplex");
     }
     allTypesComplexEntity.MemberAllTypesComplex = memberAllTypesComplex;
     return allTypesComplexEntity;
 }
 /// <summary>
 /// There are no comments for AllTypesComplexEntitySet in the schema.
 /// </summary>
 public void AddToAllTypesComplexEntitySet(AllTypesComplexEntity allTypesComplexEntity)
 {
     base.AddObject("AllTypesComplexEntitySet", allTypesComplexEntity);
 }