Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the aspnet_WebEvent_Events EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToaspnet_WebEvent_Events(aspnet_WebEvent_Events aspnet_WebEvent_Events)
 {
     base.AddObject("aspnet_WebEvent_Events", aspnet_WebEvent_Events);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new aspnet_WebEvent_Events object.
 /// </summary>
 /// <param name="eventId">Initial value of the EventId property.</param>
 /// <param name="eventTimeUtc">Initial value of the EventTimeUtc property.</param>
 /// <param name="eventTime">Initial value of the EventTime property.</param>
 /// <param name="eventType">Initial value of the EventType property.</param>
 /// <param name="eventSequence">Initial value of the EventSequence property.</param>
 /// <param name="eventOccurrence">Initial value of the EventOccurrence property.</param>
 /// <param name="eventCode">Initial value of the EventCode property.</param>
 /// <param name="eventDetailCode">Initial value of the EventDetailCode property.</param>
 /// <param name="machineName">Initial value of the MachineName property.</param>
 public static aspnet_WebEvent_Events Createaspnet_WebEvent_Events(global::System.String eventId, global::System.DateTime eventTimeUtc, global::System.DateTime eventTime, global::System.String eventType, global::System.Decimal eventSequence, global::System.Decimal eventOccurrence, global::System.Int32 eventCode, global::System.Int32 eventDetailCode, global::System.String machineName)
 {
     aspnet_WebEvent_Events aspnet_WebEvent_Events = new aspnet_WebEvent_Events();
     aspnet_WebEvent_Events.EventId = eventId;
     aspnet_WebEvent_Events.EventTimeUtc = eventTimeUtc;
     aspnet_WebEvent_Events.EventTime = eventTime;
     aspnet_WebEvent_Events.EventType = eventType;
     aspnet_WebEvent_Events.EventSequence = eventSequence;
     aspnet_WebEvent_Events.EventOccurrence = eventOccurrence;
     aspnet_WebEvent_Events.EventCode = eventCode;
     aspnet_WebEvent_Events.EventDetailCode = eventDetailCode;
     aspnet_WebEvent_Events.MachineName = machineName;
     return aspnet_WebEvent_Events;
 }