Beispiel #1
0
 partial void DeleteEndpoint(Endpoint instance);
Beispiel #2
0
 partial void UpdateEndpoint(Endpoint instance);
 /// <summary>
 /// Create a new Endpoint object.
 /// </summary>
 /// <param name="endpointTypeId">Initial value of the EndpointTypeId property.</param>
 /// <param name="endpointName">Initial value of the EndpointName property.</param>
 public static Endpoint CreateEndpoint(global::System.Int32 endpointTypeId, global::System.String endpointName)
 {
     Endpoint endpoint = new Endpoint();
     endpoint.EndpointTypeId = endpointTypeId;
     endpoint.EndpointName = endpointName;
     return endpoint;
 }
Beispiel #4
0
 partial void InsertEndpoint(Endpoint instance);
 /// <summary>
 /// Deprecated Method for adding a new object to the Endpoints EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEndpoints(Endpoint endpoint)
 {
     base.AddObject("Endpoints", endpoint);
 }