コード例 #1
0
 /// <summary>
 /// Performs a DeepLoad operation on the specified entity collection.
 /// </summary>
 /// <param name="entityList"></param>
 /// <param name="properties"></param>
 internal override void DeepLoad(TList <ProductProductPhoto> entityList, ProviderDataSourceDeepLoadList properties)
 {
     // init transaction manager
     GetTransactionManager();
     // execute deep load method
     ProductProductPhotoProvider.DeepLoad(entityList, properties.Recursive, properties.Method, properties.GetTypes());
 }
コード例 #2
0
 /// <summary>
 /// Performs a DeepLoad operation on the specified entity collection.
 /// </summary>
 /// <param name="entityList"></param>
 /// <param name="properties"></param>
 internal override void DeepLoad(TList <CountryRegionCurrency> entityList, ProviderDataSourceDeepLoadList properties)
 {
     // init transaction manager
     GetTransactionManager();
     // execute deep load method
     CountryRegionCurrencyProvider.DeepLoad(entityList, properties.Recursive, properties.Method, properties.GetTypes());
 }
コード例 #3
0
 /// <summary>
 /// Performs a DeepLoad operation on the specified entity collection.
 /// </summary>
 /// <param name="entityList"></param>
 /// <param name="properties"></param>
 internal override void DeepLoad(TList <SalesPersonQuotaHistory> entityList, ProviderDataSourceDeepLoadList properties)
 {
     // init transaction manager
     GetTransactionManager();
     // execute deep load method
     SalesPersonQuotaHistoryProvider.DeepLoad(entityList, properties.Recursive, properties.Method, properties.GetTypes());
 }
コード例 #4
0
 /// <summary>
 /// Performs a DeepLoad operation on the specified entity collection.
 /// </summary>
 /// <param name="entityList"></param>
 /// <param name="properties"></param>
 internal override void DeepLoad(TList <TestIssue117Tableb> entityList, ProviderDataSourceDeepLoadList properties)
 {
     // init transaction manager
     GetTransactionManager();
     // execute deep load method
     TestIssue117TablebProvider.DeepLoad(entityList, properties.Recursive, properties.Method, properties.GetTypes());
 }
コード例 #5
0
 /// <summary>
 /// Initializes a new instance of the ProviderDataSourceDeepLoadEventArgs class.
 /// </summary>
 /// <param name="entityList"></param>
 /// <param name="properties"></param>
 public ProviderDataSourceDeepLoadEventArgs(IList entityList, ProviderDataSourceDeepLoadList properties)
     : this(entityList)
 {
     this.deepLoadProperties = properties;
 }
コード例 #6
0
 /// <summary>
 /// Performs a DeepLoad operation on the specified entity collection.
 /// </summary>
 /// <param name="entityList"></param>
 /// <param name="properties"></param>
 internal virtual void DeepLoad(TList <Entity> entityList, ProviderDataSourceDeepLoadList properties)
 {
 }