コード例 #1
0
ファイル: Customer.cs プロジェクト: truongphuong/LWG_V1_4.5
 /// <summary>
 /// Resets cached values for an instance
 /// </summary>
 public void ResetCachedValues()
 {
     _customerAttributesCache  = null;
     _customerRolesCache       = null;
     _billingAddressCache      = null;
     _shippingAddressCache     = null;
     _rewardPointsHistoryCache = null;
 }
コード例 #2
0
 private void resetCachedValues()
 {
     customerAttributesCache = null;
 }