Пример #1
0
 /// <summary>
 /// Create a new AdjusterHandleClaimType object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static AdjusterHandleClaimType CreateAdjusterHandleClaimType(global::System.Int32 id)
 {
     AdjusterHandleClaimType adjusterHandleClaimType = new AdjusterHandleClaimType();
     adjusterHandleClaimType.ID = id;
     return adjusterHandleClaimType;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AdjusterHandleClaimTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAdjusterHandleClaimTypes(AdjusterHandleClaimType adjusterHandleClaimType)
 {
     base.AddObject("AdjusterHandleClaimTypes", adjusterHandleClaimType);
 }