コード例 #1
0
 /// <summary>
 /// Create a new agtAgentTypes object.
 /// </summary>
 /// <param name="agentTypeID">Initial value of the agentTypeID property.</param>
 public static agtAgentTypes CreateagtAgentTypes(global::System.Byte agentTypeID)
 {
     agtAgentTypes agtAgentTypes = new agtAgentTypes();
     agtAgentTypes.agentTypeID = agentTypeID;
     return agtAgentTypes;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the agtAgentTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToagtAgentTypes(agtAgentTypes agtAgentTypes)
 {
     base.AddObject("agtAgentTypes", agtAgentTypes);
 }