Exemplo n.º 1
0
 /// <summary>
 /// There are no comments for DataKey_BigInt in the schema.
 /// </summary>
 public void AddToDataKey_BigInt(DataKey_BigInt dataKey_BigInt)
 {
     base.AddObject("DataKey_BigInt", dataKey_BigInt);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new DataKey_BigInt object.
 /// </summary>
 /// <param name="ID">Initial value of Id.</param>
 public static DataKey_BigInt CreateDataKey_BigInt(long ID)
 {
     DataKey_BigInt dataKey_BigInt = new DataKey_BigInt();
     dataKey_BigInt.Id = ID;
     return dataKey_BigInt;
 }