예제 #1
0
 /// <summary>
 /// Create a new SysDicType object.
 /// </summary>
 /// <param name="dicTypeID">Initial value of the DicTypeID property.</param>
 /// <param name="dicTypeName">Initial value of the DicTypeName property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static SysDicType CreateSysDicType(global::System.Int32 dicTypeID, global::System.String dicTypeName, global::System.String isActive)
 {
     SysDicType sysDicType = new SysDicType();
     sysDicType.DicTypeID = dicTypeID;
     sysDicType.DicTypeName = dicTypeName;
     sysDicType.IsActive = isActive;
     return sysDicType;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SysDicType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSysDicType(SysDicType sysDicType)
 {
     base.AddObject("SysDicType", sysDicType);
 }