コード例 #1
0
 /// <summary>
 /// Create a new ViewRatingType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="modifiedBy">Initial value of the ModifiedBy property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 /// <param name="timeStamp">Initial value of the TimeStamp property.</param>
 public static ViewRatingType CreateViewRatingType(global::System.Int32 id, global::System.String name, global::System.String modifiedBy, global::System.DateTime modifiedDate, global::System.Byte[] timeStamp)
 {
     ViewRatingType viewRatingType = new ViewRatingType();
     viewRatingType.Id = id;
     viewRatingType.Name = name;
     viewRatingType.ModifiedBy = modifiedBy;
     viewRatingType.ModifiedDate = modifiedDate;
     viewRatingType.TimeStamp = timeStamp;
     return viewRatingType;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ViewRatingTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToViewRatingTypes(ViewRatingType viewRatingType)
 {
     base.AddObject("ViewRatingTypes", viewRatingType);
 }