예제 #1
0
 /// <summary>
 /// Create a new vw_AdvertisementType object.
 /// </summary>
 /// <param name="adTypeID">Initial value of AdTypeID.</param>
 public static vw_AdvertisementType Createvw_AdvertisementType(byte adTypeID)
 {
     vw_AdvertisementType vw_AdvertisementType = new vw_AdvertisementType();
     vw_AdvertisementType.AdTypeID = adTypeID;
     return vw_AdvertisementType;
 }
예제 #2
0
 /// <summary>
 /// There are no comments for vw_AdvertisementType in the schema.
 /// </summary>
 public void AddTovw_AdvertisementType(vw_AdvertisementType vw_AdvertisementType)
 {
     base.AddObject("vw_AdvertisementType", vw_AdvertisementType);
 }