|
14 | 14 | - [FindById(id,ignoreQueryFilters,includeProperties)](#M-AndcultureCode-CSharp-Conductors-RepositoryReadConductor`1-FindById-System-Int64,System-Boolean,System-Linq-Expressions-Expression{System-Func{`0,System-Object}}[]- 'AndcultureCode.CSharp.Conductors.RepositoryReadConductor`1.FindById(System.Int64,System.Boolean,System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])')
|
15 | 15 | - [FindById(id,includeProperties)](#M-AndcultureCode-CSharp-Conductors-RepositoryReadConductor`1-FindById-System-Int64,System-Linq-Expressions-Expression{System-Func{`0,System-Object}}[]- 'AndcultureCode.CSharp.Conductors.RepositoryReadConductor`1.FindById(System.Int64,System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])')
|
16 | 16 | - [FindById(id,includeProperties)](#M-AndcultureCode-CSharp-Conductors-RepositoryReadConductor`1-FindById-System-Int64,System-String[]- 'AndcultureCode.CSharp.Conductors.RepositoryReadConductor`1.FindById(System.Int64,System.String[])')
|
| 17 | +- [RepositoryUpdateConductor\`1](#T-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1 'AndcultureCode.CSharp.Conductors.RepositoryUpdateConductor`1') |
| 18 | + - [#ctor(repository)](#M-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-#ctor-AndcultureCode-CSharp-Core-Interfaces-Data-IRepository{`0}- 'AndcultureCode.CSharp.Conductors.RepositoryUpdateConductor`1.#ctor(AndcultureCode.CSharp.Core.Interfaces.Data.IRepository{`0})') |
| 19 | + - [CommandTimeout](#P-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-CommandTimeout 'AndcultureCode.CSharp.Conductors.RepositoryUpdateConductor`1.CommandTimeout') |
| 20 | + - [BulkUpdate(items,updatedBy)](#M-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-BulkUpdate-System-Collections-Generic-IEnumerable{`0},System-Nullable{System-Int64}- 'AndcultureCode.CSharp.Conductors.RepositoryUpdateConductor`1.BulkUpdate(System.Collections.Generic.IEnumerable{`0},System.Nullable{System.Int64})') |
| 21 | + - [Update(item,updatedBy)](#M-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-Update-`0,System-Nullable{System-Int64}- 'AndcultureCode.CSharp.Conductors.RepositoryUpdateConductor`1.Update(`0,System.Nullable{System.Int64})') |
| 22 | + - [Update(items,updatedBy)](#M-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-Update-System-Collections-Generic-IEnumerable{`0},System-Nullable{System-Int64}- 'AndcultureCode.CSharp.Conductors.RepositoryUpdateConductor`1.Update(System.Collections.Generic.IEnumerable{`0},System.Nullable{System.Int64})') |
17 | 23 |
|
18 | 24 | <a name='T-AndcultureCode-CSharp-Conductors-RepositoryReadConductor`1'></a>
|
19 | 25 | ## RepositoryReadConductor\`1 `type`
|
@@ -222,3 +228,94 @@ The entity with the provided identity value.
|
222 | 228 | | ---- | ---- | ----------- |
|
223 | 229 | | id | [System.Int64](http://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k:System.Int64 'System.Int64') | The entity identity value. |
|
224 | 230 | | includeProperties | [System.String[]](http://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k:System.String[] 'System.String[]') | Navigation properties that should be included. |
|
| 231 | + |
| 232 | +<a name='T-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1'></a> |
| 233 | +## RepositoryUpdateConductor\`1 `type` |
| 234 | + |
| 235 | +##### Namespace |
| 236 | + |
| 237 | +AndcultureCode.CSharp.Conductors |
| 238 | + |
| 239 | +##### Summary |
| 240 | + |
| 241 | +Ability to update an entity or a list of entities |
| 242 | + |
| 243 | +##### Generic Types |
| 244 | + |
| 245 | +| Name | Description | |
| 246 | +| ---- | ----------- | |
| 247 | +| T | | |
| 248 | + |
| 249 | +<a name='M-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-#ctor-AndcultureCode-CSharp-Core-Interfaces-Data-IRepository{`0}-'></a> |
| 250 | +### #ctor(repository) `constructor` |
| 251 | + |
| 252 | +##### Summary |
| 253 | + |
| 254 | +Constructor |
| 255 | + |
| 256 | +##### Parameters |
| 257 | + |
| 258 | +| Name | Type | Description | |
| 259 | +| ---- | ---- | ----------- | |
| 260 | +| repository | [AndcultureCode.CSharp.Core.Interfaces.Data.IRepository{\`0}](#T-AndcultureCode-CSharp-Core-Interfaces-Data-IRepository{`0} 'AndcultureCode.CSharp.Core.Interfaces.Data.IRepository{`0}') | | |
| 261 | + |
| 262 | +<a name='P-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-CommandTimeout'></a> |
| 263 | +### CommandTimeout `property` |
| 264 | + |
| 265 | +##### Summary |
| 266 | + |
| 267 | +Ability to set and get the underlying DbContext's command timeout |
| 268 | + |
| 269 | +<a name='M-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-BulkUpdate-System-Collections-Generic-IEnumerable{`0},System-Nullable{System-Int64}-'></a> |
| 270 | +### BulkUpdate(items,updatedBy) `method` |
| 271 | + |
| 272 | +##### Summary |
| 273 | + |
| 274 | +Ability to update a list of entities in a single bulk operation. |
| 275 | + |
| 276 | +##### Returns |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | +##### Parameters |
| 281 | + |
| 282 | +| Name | Type | Description | |
| 283 | +| ---- | ---- | ----------- | |
| 284 | +| items | [System.Collections.Generic.IEnumerable{\`0}](http://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k:System.Collections.Generic.IEnumerable 'System.Collections.Generic.IEnumerable{`0}') | List of items to update | |
| 285 | +| updatedBy | [System.Nullable{System.Int64}](http://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k:System.Nullable 'System.Nullable{System.Int64}') | Id of user updating the entity | |
| 286 | + |
| 287 | +<a name='M-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-Update-`0,System-Nullable{System-Int64}-'></a> |
| 288 | +### Update(item,updatedBy) `method` |
| 289 | + |
| 290 | +##### Summary |
| 291 | + |
| 292 | +Ability to update an entity |
| 293 | + |
| 294 | +##### Returns |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | +##### Parameters |
| 299 | + |
| 300 | +| Name | Type | Description | |
| 301 | +| ---- | ---- | ----------- | |
| 302 | +| item | [\`0](#T-`0 '`0') | Item to update | |
| 303 | +| updatedBy | [System.Nullable{System.Int64}](http://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k:System.Nullable 'System.Nullable{System.Int64}') | Id of user updating the entity | |
| 304 | + |
| 305 | +<a name='M-AndcultureCode-CSharp-Conductors-RepositoryUpdateConductor`1-Update-System-Collections-Generic-IEnumerable{`0},System-Nullable{System-Int64}-'></a> |
| 306 | +### Update(items,updatedBy) `method` |
| 307 | + |
| 308 | +##### Summary |
| 309 | + |
| 310 | +Ability to update a list of items but each item is updated individually. |
| 311 | + |
| 312 | +##### Returns |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | +##### Parameters |
| 317 | + |
| 318 | +| Name | Type | Description | |
| 319 | +| ---- | ---- | ----------- | |
| 320 | +| items | [System.Collections.Generic.IEnumerable{\`0}](http://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k:System.Collections.Generic.IEnumerable 'System.Collections.Generic.IEnumerable{`0}') | List of items to update | |
| 321 | +| updatedBy | [System.Nullable{System.Int64}](http://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k:System.Nullable 'System.Nullable{System.Int64}') | Id of user updating the entity | |
0 commit comments