Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CauseTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCauseTypes(CauseType causeType)
 {
     base.AddObject("CauseTypes", causeType);
 }
Пример #2
0
 /// <summary>
 /// Create a new CauseType object.
 /// </summary>
 /// <param name="causeTypeId">Initial value of the CauseTypeId property.</param>
 /// <param name="causeGroupId">Initial value of the CauseGroupId property.</param>
 /// <param name="causeTypeName">Initial value of the CauseTypeName property.</param>
 public static CauseType CreateCauseType(global::System.Int32 causeTypeId, global::System.Int32 causeGroupId, global::System.String causeTypeName)
 {
     CauseType causeType = new CauseType();
     causeType.CauseTypeId = causeTypeId;
     causeType.CauseGroupId = causeGroupId;
     causeType.CauseTypeName = causeTypeName;
     return causeType;
 }