Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Policies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPolicies(Policy policy)
 {
     base.AddObject("Policies", policy);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new Policy object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="policyNumber">Initial value of the PolicyNumber property.</param>
 public static Policy CreatePolicy(global::System.Int32 id, global::System.String policyNumber)
 {
     Policy policy = new Policy();
     policy.Id = id;
     policy.PolicyNumber = policyNumber;
     return policy;
 }