예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SubActionTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSubActionTypes(SubActionType subActionType)
 {
     base.AddObject("SubActionTypes", subActionType);
 }
예제 #2
0
 /// <summary>
 /// Create a new SubActionType object.
 /// </summary>
 /// <param name="subActionTypeId">Initial value of the SubActionTypeId property.</param>
 /// <param name="subActionTypeName">Initial value of the SubActionTypeName property.</param>
 public static SubActionType CreateSubActionType(global::System.Int32 subActionTypeId, global::System.String subActionTypeName)
 {
     SubActionType subActionType = new SubActionType();
     subActionType.SubActionTypeId = subActionTypeId;
     subActionType.SubActionTypeName = subActionTypeName;
     return subActionType;
 }