public sealed class ServiceResponseCollection<TResponse> : IEnumerable<TResponse>,
IEnumerable
where TResponse : ServiceResponse
Public NotInheritable Class ServiceResponseCollection(Of TResponse As ServiceResponse)
Implements IEnumerable(Of TResponse), IEnumerable
generic<typename TResponse>
where TResponse : ServiceResponse
public ref class ServiceResponseCollection sealed : IEnumerable<TResponse>,
IEnumerable
[<SealedAttribute>]
type ServiceResponseCollection<'TResponse when 'TResponse : ServiceResponse> =
class
interface IEnumerable<'TResponse>
interface IEnumerable
end
Count | Gets the total number of responses in the list. |
Item | Gets the response at the specified index. |
OverallResult | Gets a value indicating the overall result of the request that generated this response collection. If all of the responses have their Result property set to Success, OverallResult returns Success. If at least one response has its Result property set to Warning and all other responses have their Result property set to Success, OverallResult returns Warning. If at least one response has a its Result set to Error, OverallResult returns Error. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetEnumerator | Gets an enumerator that iterates through the elements of the collection. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
AsArrayTResponse |
Преобразует коллекцию в массив. В случае, если коллекция не является массивом, к ней применяется ToArrayTSource(IEnumerableTSource).
(Определяется EnumerableExtensions) |
ConvertToListDictionariesTResponse |
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления по умолчанию
(Определяется DictionaryConverter) |
ConvertToListDictionariesTResponse |
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления context (Определяется DictionaryConverter) |
ForEachTResponse |
Выполняет указанное действие с каждым элементом коллекции IEnumerableT.
(Определяется EnumerableExtensions) |
FullOuterJoinTResponse, TInner, TKey, TResult | (Определяется Extensions) |
Get | (Определяется ComHelper) |
IndexOfTResponse |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного выражения.
(Определяется Extensions) |
IndexOfTResponse |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного компаратора IEqualityComparerT.
(Определяется Extensions) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
OrderByDependenciesTResponse | (Определяется Extensions) |
OrderByDependenciesTResponse | (Определяется Extensions) |
OrderByDependenciesTResponse, TKey | (Определяется Extensions) |
OrderByDependenciesTResponse, TKey | (Определяется Extensions) |
OrderByLocalizedTResponse |
Сортирует значения последовательности по возрастанию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
OrderByLocalizedDescendingTResponse |
Сортирует значения последовательности по убыванию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
RunWithMaxDegreeOfParallelismAsyncTResponse |
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions) |
Set | (Определяется ComHelper) |
ToDictionaryAsyncTResponse, TKey, TElement |
Создает словарь DictionaryTKey, TValue из объекта IEnumerableT
в соответствии с заданными функциями синхронного селектора ключа и асинхронного селектора значения.
(Определяется PlatformExtensions) |
ToObservableCollectionTResponse |
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions) |
ToSealableListTResponse |
Возвращает список объектов, поддерживающий защиту от изменений.
Каждый из объектов T в списке либо не реализует интерфейс ISealable,
либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions) |
TryFirstTResponse |
Возвращает первый элемент последовательности, удовлетворяющий условию.
(Определяется EnumerableExtensions) |
TrySingleOrDefaultTResponse |
Возвращает единственный конкретный элемент коллекции или значение по умолчанию для типа, если этот элемент не найден.
(Определяется EnumerableExtensions) |