示例#1
0
 /// <summary>
 /// Create a new vw_AllAgents object.
 /// </summary>
 /// <param name="userID">Initial value of UserID.</param>
 /// <param name="agentName">Initial value of AgentName.</param>
 /// <param name="agentOrganisationName">Initial value of AgentOrganisationName.</param>
 /// <param name="agentRegAddress">Initial value of AgentRegAddress.</param>
 /// <param name="agentMobileNumber1">Initial value of AgentMobileNumber1.</param>
 /// <param name="aboutAgent">Initial value of AboutAgent.</param>
 /// <param name="adTypeID">Initial value of AdTypeID.</param>
 public static vw_AllAgents Createvw_AllAgents(int userID, string agentName, string agentOrganisationName, string agentRegAddress, string agentMobileNumber1, string aboutAgent, byte adTypeID)
 {
     vw_AllAgents vw_AllAgents = new vw_AllAgents();
     vw_AllAgents.UserID = userID;
     vw_AllAgents.AgentName = agentName;
     vw_AllAgents.AgentOrganisationName = agentOrganisationName;
     vw_AllAgents.AgentRegAddress = agentRegAddress;
     vw_AllAgents.AgentMobileNumber1 = agentMobileNumber1;
     vw_AllAgents.AboutAgent = aboutAgent;
     vw_AllAgents.AdTypeID = adTypeID;
     return vw_AllAgents;
 }
示例#2
0
 /// <summary>
 /// There are no comments for vw_AllAgents in the schema.
 /// </summary>
 public void AddTovw_AllAgents(vw_AllAgents vw_AllAgents)
 {
     base.AddObject("vw_AllAgents", vw_AllAgents);
 }