3 changed files
D20Tek.Common | ||
D20Tek.Common.xml | ||
D20Tek.Common.Shared/Models | ||
IReadableRepository.cs | ||
D20Tek.Common.Standard | ||
D20Tek.Common.Standard.xml | ||
Add comment 637 </summary>
Add comment 638 <returns>Enumerable of entities.</returns>
Add comment 639 </member>
Add comment 640 Minus <member name="M:D20Tek.Common.Models.IReadableRepository`2.GetEntityCount">
Add comment 640 Plus <member name="M:D20Tek.Common.Models.IReadableRepository`2.GetEntityCount(System.Collections.Generic.IEnumerable{D20Tek.Common.DataTypes.NameValuePair{System.String}})">
Add comment 641 <summary>
Add comment 642 Gets the count of all entities in the repository.
Add comment 643 </summary>
Add comment 644 Plus <param name="filters">List of filter to apply to query.</param>
Add comment 644 645 <returns>Item count.</returns>
Add comment 645 646 </member>
Add comment 646 647 <member name="M:D20Tek.Common.Models.IReadableRepository`2.GetEntities(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.IEnumerable{D20Tek.Common.DataTypes.NameValuePair{System.String}},System.Collections.Generic.IEnumerable{D20Tek.Common.DataTypes.NameValuePair{System.String}})">
IReadableRepository.cs
/D20Tek.Common.Shared/Models/IReadableRepository.cs-1+2/D20Tek.Common.Shared/Models/IReadableRepository.cs
Add comment 31 /// <summary>
Add comment 32 /// Gets the count of all entities in the repository.
Add comment 33 /// </summary>
Add comment 34 Plus /// <param name="filters">List of filter to apply to query.</param>
Add comment 34 35 /// <returns>Item count.</returns>
Add comment 35 Minus Task<int> GetEntityCount();
Add comment 36 Plus Task<int> GetEntityCount(IEnumerable<NameValuePair<string>> filters);
Add comment 36 37
Add comment 37 38 /// <summary>
Add comment 38 39 /// Gets a set of entities based on the starting index and amount of items to retrieve.
D20Tek.Common.Standard.xml
/D20Tek.Common.Standard/D20Tek.Common.Standard.xml-1+2/D20Tek.Common.Standard/D20Tek.Common.Standard.xml
Add comment 622 </summary>
Add comment 623 <returns>Enumerable of entities.</returns>
Add comment 624 </member>
Add comment 625 Minus <member name="M:D20Tek.Common.Models.IReadableRepository`2.GetEntityCount">
Add comment 625 Plus <member name="M:D20Tek.Common.Models.IReadableRepository`2.GetEntityCount(System.Collections.Generic.IEnumerable{D20Tek.Common.DataTypes.NameValuePair{System.String}})">
Add comment 626 <summary>
Add comment 627 Gets the count of all entities in the repository.
Add comment 628 </summary>
Add comment 629 Plus <param name="filters">List of filter to apply to query.</param>
Add comment 629 630 <returns>Item count.</returns>
Add comment 630 631 </member>
Add comment 631 632 <member name="M:D20Tek.Common.Models.IReadableRepository`2.GetEntities(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.IEnumerable{D20Tek.Common.DataTypes.NameValuePair{System.String}},System.Collections.Generic.IEnumerable{D20Tek.Common.DataTypes.NameValuePair{System.String}})">