コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductProperty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductProperty(bvc_ProductProperty bvc_ProductProperty)
 {
     base.AddObject("bvc_ProductProperty", bvc_ProductProperty);
 }
コード例 #2
0
 /// <summary>
 /// Create a new bvc_ProductProperty object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="propertyName">Initial value of the PropertyName property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="displayOnSite">Initial value of the DisplayOnSite property.</param>
 /// <param name="displayToDropShipper">Initial value of the DisplayToDropShipper property.</param>
 /// <param name="typeCode">Initial value of the TypeCode property.</param>
 /// <param name="defaultValue">Initial value of the DefaultValue property.</param>
 /// <param name="cultureCode">Initial value of the CultureCode property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_ProductProperty Createbvc_ProductProperty(global::System.Int64 id, global::System.String propertyName, global::System.String displayName, global::System.Int32 displayOnSite, global::System.Int32 displayToDropShipper, global::System.Int32 typeCode, global::System.String defaultValue, global::System.String cultureCode, global::System.DateTime lastUpdated, global::System.Int64 storeId)
 {
     bvc_ProductProperty bvc_ProductProperty = new bvc_ProductProperty();
     bvc_ProductProperty.Id = id;
     bvc_ProductProperty.PropertyName = propertyName;
     bvc_ProductProperty.DisplayName = displayName;
     bvc_ProductProperty.DisplayOnSite = displayOnSite;
     bvc_ProductProperty.DisplayToDropShipper = displayToDropShipper;
     bvc_ProductProperty.TypeCode = typeCode;
     bvc_ProductProperty.DefaultValue = defaultValue;
     bvc_ProductProperty.CultureCode = cultureCode;
     bvc_ProductProperty.LastUpdated = lastUpdated;
     bvc_ProductProperty.StoreId = storeId;
     return bvc_ProductProperty;
 }