コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the OutcomeContextModels EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOutcomeContextModels(OutcomeContextModel outcomeContextModel)
 {
     base.AddObject("OutcomeContextModels", outcomeContextModel);
 }
コード例 #2
0
 /// <summary>
 /// Create a new OutcomeContextModel object.
 /// </summary>
 /// <param name="typeByte">Initial value of the TypeByte property.</param>
 /// <param name="associatedInfo">Initial value of the AssociatedInfo property.</param>
 public static OutcomeContextModel CreateOutcomeContextModel(global::System.Byte typeByte, global::System.Int32 associatedInfo)
 {
     OutcomeContextModel outcomeContextModel = new OutcomeContextModel();
     outcomeContextModel.TypeByte = typeByte;
     outcomeContextModel.AssociatedInfo = associatedInfo;
     return outcomeContextModel;
 }