/// <summary> /// Deprecated Method for adding a new object to the bvc_PolicyBlock EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_PolicyBlock(bvc_PolicyBlock bvc_PolicyBlock) { base.AddObject("bvc_PolicyBlock", bvc_PolicyBlock); }
/// <summary> /// Create a new bvc_PolicyBlock object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="description">Initial value of the Description property.</param> /// <param name="sortOrder">Initial value of the SortOrder property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> /// <param name="policyID">Initial value of the PolicyID property.</param> /// <param name="descriptionPreTransform">Initial value of the DescriptionPreTransform property.</param> /// <param name="storeId">Initial value of the StoreId property.</param> public static bvc_PolicyBlock Createbvc_PolicyBlock(global::System.String bvin, global::System.String name, global::System.String description, global::System.Int32 sortOrder, global::System.DateTime lastUpdated, global::System.String policyID, global::System.String descriptionPreTransform, global::System.Int64 storeId) { bvc_PolicyBlock bvc_PolicyBlock = new bvc_PolicyBlock(); bvc_PolicyBlock.bvin = bvin; bvc_PolicyBlock.Name = name; bvc_PolicyBlock.Description = description; bvc_PolicyBlock.SortOrder = sortOrder; bvc_PolicyBlock.LastUpdated = lastUpdated; bvc_PolicyBlock.PolicyID = policyID; bvc_PolicyBlock.DescriptionPreTransform = descriptionPreTransform; bvc_PolicyBlock.StoreId = storeId; return bvc_PolicyBlock; }