コード例 #1
0
 /// <summary>
 /// There are no comments for Recordings3 in the schema.
 /// </summary>
 public void AddToRecordings3(Recordings3 recordings3)
 {
     base.AddObject("Recordings3", recordings3);
 }
コード例 #2
0
 /// <summary>
 /// Create a new Recordings3 object.
 /// </summary>
 /// <param name="songId">Initial value of SongId.</param>
 /// <param name="artistId">Initial value of ArtistId.</param>
 /// <param name="dateOccurred">Initial value of DateOccurred.</param>
 public static Recordings3 CreateRecordings3(int songId, int artistId, global::System.DateTimeOffset dateOccurred)
 {
     Recordings3 recordings3 = new Recordings3();
     recordings3.SongId = songId;
     recordings3.ArtistId = artistId;
     recordings3.DateOccurred = dateOccurred;
     return recordings3;
 }