Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the OrdDicType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrdDicType(OrdDicType ordDicType)
 {
     base.AddObject("OrdDicType", ordDicType);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new OrdDicType object.
 /// </summary>
 /// <param name="dicTypeID">Initial value of the DicTypeID property.</param>
 /// <param name="dicTypeName">Initial value of the DicTypeName property.</param>
 /// <param name="active">Initial value of the Active property.</param>
 public static OrdDicType CreateOrdDicType(global::System.Int32 dicTypeID, global::System.String dicTypeName, global::System.String active)
 {
     OrdDicType ordDicType = new OrdDicType();
     ordDicType.DicTypeID = dicTypeID;
     ordDicType.DicTypeName = dicTypeName;
     ordDicType.Active = active;
     return ordDicType;
 }