Esempio n. 1
0
 /// <summary>
 /// Create a new bvc_AuthenticationToken object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="userBvin">Initial value of the UserBvin property.</param>
 /// <param name="expirationDate">Initial value of the ExpirationDate 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_AuthenticationToken Createbvc_AuthenticationToken(global::System.String bvin, global::System.String userBvin, global::System.DateTime expirationDate, global::System.DateTime lastUpdated, global::System.Int64 storeId)
 {
     bvc_AuthenticationToken bvc_AuthenticationToken = new bvc_AuthenticationToken();
     bvc_AuthenticationToken.bvin = bvin;
     bvc_AuthenticationToken.UserBvin = userBvin;
     bvc_AuthenticationToken.ExpirationDate = expirationDate;
     bvc_AuthenticationToken.LastUpdated = lastUpdated;
     bvc_AuthenticationToken.StoreId = storeId;
     return bvc_AuthenticationToken;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_AuthenticationToken EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_AuthenticationToken(bvc_AuthenticationToken bvc_AuthenticationToken)
 {
     base.AddObject("bvc_AuthenticationToken", bvc_AuthenticationToken);
 }