Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MetaServiceStatusHistoryRefs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMetaServiceStatusHistoryRefs(MetaServiceStatusHistoryRef metaServiceStatusHistoryRef)
 {
     base.AddObject("MetaServiceStatusHistoryRefs", metaServiceStatusHistoryRef);
 }
Exemple #2
0
 /// <summary>
 /// Create a new MetaServiceStatusHistoryRef object.
 /// </summary>
 /// <param name="metaServiceStatusHistoryRefId">Initial value of the MetaServiceStatusHistoryRefId property.</param>
 /// <param name="metaServiceId">Initial value of the MetaServiceId property.</param>
 /// <param name="statusHistoryId">Initial value of the StatusHistoryId property.</param>
 public static MetaServiceStatusHistoryRef CreateMetaServiceStatusHistoryRef(global::System.Int32 metaServiceStatusHistoryRefId, global::System.Int32 metaServiceId, global::System.Int32 statusHistoryId)
 {
     MetaServiceStatusHistoryRef metaServiceStatusHistoryRef = new MetaServiceStatusHistoryRef();
     metaServiceStatusHistoryRef.MetaServiceStatusHistoryRefId = metaServiceStatusHistoryRefId;
     metaServiceStatusHistoryRef.MetaServiceId = metaServiceId;
     metaServiceStatusHistoryRef.StatusHistoryId = statusHistoryId;
     return metaServiceStatusHistoryRef;
 }