ServiceResponseCollectionTResponse - класс |
Пространство имён: Tessa.Exchange.WebServices.Data
public sealed class ServiceResponseCollection<TResponse> : IEnumerable<TResponse>, IEnumerable where TResponse : ServiceResponse
Тип ServiceResponseCollectionTResponse предоставляет следующие члены.
Имя | Описание | |
---|---|---|
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.) |
Имя | Описание | |
---|---|---|
ConvertToListDictionariesTResponse | Перегружен.
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления по умолчанию
(Определяется DictionaryConverter.) | |
ConvertToListDictionariesTResponse(MappingContext) | Перегружен.
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления context (Определяется DictionaryConverter.) | |
DistinctByTResponse, TKey | (Определяется FmNotificationHelper.) | |
ForEachTResponse | (Определяется EnumerableExtensions.) | |
FullOuterJoinTResponse, TInner, TKey, TResult | (Определяется Extensions.) | |
Get | (Определяется ComHelper.) | |
IndexOfTResponse(FuncTResponse, Boolean) | Перегружен.
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного выражения.
(Определяется Extensions.) | |
IndexOfTResponse(TResponse, IEqualityComparerTResponse) | Перегружен.
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного компаратора IEqualityComparerT.
(Определяется Extensions.) | |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.) | |
Invoke | (Определяется ComHelper.) | |
OrderByDependenciesTResponse(FuncTResponse, IEnumerableTResponse) | Перегружен. (Определяется Extensions.) | |
OrderByDependenciesTResponse(FuncTResponse, IEnumerableTResponse, FuncTResponse, IEnumerableTResponse, TResponse) | Перегружен. (Определяется Extensions.) | |
OrderByDependenciesTResponse, TKey(FuncTResponse, TKey, FuncTResponse, IEnumerableTKey) | Перегружен. (Определяется Extensions.) | |
OrderByDependenciesTResponse, TKey(FuncTResponse, TKey, FuncTResponse, IEnumerableTKey, IEqualityComparerTKey, FuncTResponse, IEnumerableTKey, TResponse) | Перегружен. (Определяется Extensions.) | |
OrderByLocalizedTResponse |
Сортирует значения последовательности по возрастанию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions.) | |
OrderByLocalizedDescendingTResponse |
Сортирует значения последовательности по убыванию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions.) | |
RunWithMaxDegreeOfParallelismAsyncTResponse |
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions.) | |
Set | (Определяется ComHelper.) | |
ToObservableCollectionTResponse |
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions.) | |
ToSealableListTResponse |
Возвращает список объектов, поддерживающий защиту от изменений.
Каждый из объектов T в списке либо не реализует интерфейс ISealable,
либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions.) | |
TryFirstTResponse | (Определяется EnumerableExtensions.) |