Exemplo n.º 1
0
 partial void OnMemberAllTypesComplexChanging(AllTypesComplexType value);
Exemplo n.º 2
0
 /// <summary>
 /// Create a new AllTypesComplexType object.
 /// </summary>
 /// <param name="c1_int">Initial value of c1_int.</param>
 /// <param name="c2_smallint">Initial value of c2_smallint.</param>
 /// <param name="c3_tinyint">Initial value of c3_tinyint.</param>
 /// <param name="c4_bit">Initial value of c4_bit.</param>
 /// <param name="c5_datetime">Initial value of c5_datetime.</param>
 /// <param name="c6_smalldatetime">Initial value of c6_smalldatetime.</param>
 /// <param name="c7_decimal_28_4_">Initial value of c7_decimal_28_4_.</param>
 /// <param name="c8_numeric_28_4_">Initial value of c8_numeric_28_4_.</param>
 /// <param name="c9_real">Initial value of c9_real.</param>
 /// <param name="c10_float">Initial value of c10_float.</param>
 /// <param name="c11_money">Initial value of c11_money.</param>
 /// <param name="c12_smallmoney">Initial value of c12_smallmoney.</param>
 /// <param name="c13_varchar_512_">Initial value of c13_varchar_512_.</param>
 /// <param name="c14_char_512_">Initial value of c14_char_512_.</param>
 /// <param name="c15_text">Initial value of c15_text.</param>
 /// <param name="c16_binary_512_">Initial value of c16_binary_512_.</param>
 /// <param name="c17_varbinary_512_">Initial value of c17_varbinary_512_.</param>
 /// <param name="c18_image">Initial value of c18_image.</param>
 /// <param name="c19_nvarchar_512_">Initial value of c19_nvarchar_512_.</param>
 /// <param name="c20_nchar_512_">Initial value of c20_nchar_512_.</param>
 /// <param name="c21_ntext">Initial value of c21_ntext.</param>
 /// <param name="c22_uniqueidentifier">Initial value of c22_uniqueidentifier.</param>
 /// <param name="c23_bigint">Initial value of c23_bigint.</param>
 public static AllTypesComplexType CreateAllTypesComplexType(
             int c1_int, 
             short c2_smallint, 
             byte c3_tinyint, 
             bool c4_bit, 
             global::System.DateTimeOffset c5_datetime, 
             global::System.DateTimeOffset c6_smalldatetime, 
             decimal c7_decimal_28_4_, 
             decimal c8_numeric_28_4_, 
             float c9_real, 
             double c10_float, 
             decimal c11_money, 
             decimal c12_smallmoney, 
             string c13_varchar_512_, 
             string c14_char_512_, 
             string c15_text, 
             byte[] c16_binary_512_, 
             byte[] c17_varbinary_512_, 
             byte[] c18_image, 
             string c19_nvarchar_512_, 
             string c20_nchar_512_, 
             string c21_ntext, 
             global::System.Guid c22_uniqueidentifier, 
             long c23_bigint)
 {
     AllTypesComplexType allTypesComplexType = new AllTypesComplexType();
     allTypesComplexType.c1_int = c1_int;
     allTypesComplexType.c2_smallint = c2_smallint;
     allTypesComplexType.c3_tinyint = c3_tinyint;
     allTypesComplexType.c4_bit = c4_bit;
     allTypesComplexType.c5_datetime = c5_datetime;
     allTypesComplexType.c6_smalldatetime = c6_smalldatetime;
     allTypesComplexType.c7_decimal_28_4_ = c7_decimal_28_4_;
     allTypesComplexType.c8_numeric_28_4_ = c8_numeric_28_4_;
     allTypesComplexType.c9_real = c9_real;
     allTypesComplexType.c10_float = c10_float;
     allTypesComplexType.c11_money = c11_money;
     allTypesComplexType.c12_smallmoney = c12_smallmoney;
     allTypesComplexType.c13_varchar_512_ = c13_varchar_512_;
     allTypesComplexType.c14_char_512_ = c14_char_512_;
     allTypesComplexType.c15_text = c15_text;
     allTypesComplexType.c16_binary_512_ = c16_binary_512_;
     allTypesComplexType.c17_varbinary_512_ = c17_varbinary_512_;
     allTypesComplexType.c18_image = c18_image;
     allTypesComplexType.c19_nvarchar_512_ = c19_nvarchar_512_;
     allTypesComplexType.c20_nchar_512_ = c20_nchar_512_;
     allTypesComplexType.c21_ntext = c21_ntext;
     allTypesComplexType.c22_uniqueidentifier = c22_uniqueidentifier;
     allTypesComplexType.c23_bigint = c23_bigint;
     return allTypesComplexType;
 }
Exemplo n.º 3
0
 /// <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;
 }
Exemplo n.º 4
0
 public static AllTypesComplexType CreateAllTypesComplexType(int c1_int, short c2_smallint, byte c3_tinyint, bool c4_bit, global::System.DateTime c5_datetime, global::System.DateTime c6_smalldatetime, decimal c7_decimal_28_4_, decimal c8_numeric_28_4_, float c9_real, double c10_float, decimal c11_money, decimal c12_smallmoney, global::System.Guid c22_uniqueidentifier, long c23_bigint, sbyte c24_sbyte)
 {
     AllTypesComplexType allTypesComplexType = new AllTypesComplexType();
     allTypesComplexType.c1_int = c1_int;
     allTypesComplexType.c2_smallint = c2_smallint;
     allTypesComplexType.c3_tinyint = c3_tinyint;
     allTypesComplexType.c4_bit = c4_bit;
     allTypesComplexType.c5_datetime = c5_datetime;
     allTypesComplexType.c6_smalldatetime = c6_smalldatetime;
     allTypesComplexType.c7_decimal_28_4_ = c7_decimal_28_4_;
     allTypesComplexType.c8_numeric_28_4_ = c8_numeric_28_4_;
     allTypesComplexType.c9_real = c9_real;
     allTypesComplexType.c10_float = c10_float;
     allTypesComplexType.c11_money = c11_money;
     allTypesComplexType.c12_smallmoney = c12_smallmoney;
     allTypesComplexType.c22_uniqueidentifier = c22_uniqueidentifier;
     allTypesComplexType.c23_bigint = c23_bigint;
     allTypesComplexType.c24_sbyte = c24_sbyte;
     return allTypesComplexType;
 }