ServiceObjectSchema - класс |
Пространство имён: Tessa.Exchange.WebServices.Data
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public abstract class ServiceObjectSchema : IEnumerable<PropertyDefinition>, IEnumerable
Тип ServiceObjectSchema предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | 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 |
Obtains an enumerator for the properties of the schema.
|
![]() | 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.) |
Имя | Описание | |
---|---|---|
![]() ![]() | ExtendedProperties |
Defines the ExtendedProperties property.
|
Имя | Описание | |
---|---|---|
![]() | ConvertToListDictionaries<PropertyDefinition>() | Перегружен.
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления по умолчанию
(Определяется DictionaryConverter.) |
![]() | ConvertToListDictionaries<PropertyDefinition>(MappingContext) | Перегружен.
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления context (Определяется DictionaryConverter.) |
![]() | DistinctBy<PropertyDefinition, TKey> | (Определяется FmNotificationHelper.) |
![]() | ForEach<PropertyDefinition> | (Определяется EnumerableExtensions.) |
![]() | FullOuterJoin<PropertyDefinition, TInner, TKey, TResult> | (Определяется Extensions.) |
![]() | Get | (Определяется ComHelper.) |
![]() | IndexOf<PropertyDefinition>(Func<PropertyDefinition, Boolean>) | Перегружен.
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного выражения.
(Определяется Extensions.) |
![]() | IndexOf<PropertyDefinition>(PropertyDefinition, IEqualityComparer<PropertyDefinition>) | Перегружен.
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного компаратора IEqualityComparer<T>.
(Определяется Extensions.) |
![]() | InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.) |
![]() | Invoke | (Определяется ComHelper.) |
![]() | OrderByDependencies<PropertyDefinition>(Func<PropertyDefinition, IEnumerable<PropertyDefinition>>) | Перегружен. (Определяется Extensions.) |
![]() | OrderByDependencies<PropertyDefinition>(Func<PropertyDefinition, IEnumerable<PropertyDefinition>>, Func<PropertyDefinition, IEnumerable<PropertyDefinition>, PropertyDefinition>) | Перегружен. (Определяется Extensions.) |
![]() | OrderByDependencies<PropertyDefinition, TKey>(Func<PropertyDefinition, TKey>, Func<PropertyDefinition, IEnumerable<TKey>>) | Перегружен. (Определяется Extensions.) |
![]() | OrderByDependencies<PropertyDefinition, TKey>(Func<PropertyDefinition, TKey>, Func<PropertyDefinition, IEnumerable<TKey>>, IEqualityComparer<TKey>, Func<PropertyDefinition, IEnumerable<TKey>, PropertyDefinition>) | Перегружен. (Определяется Extensions.) |
![]() | OrderByLocalized<PropertyDefinition> |
Сортирует значения последовательности по возрастанию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions.) |
![]() | OrderByLocalizedDescending<PropertyDefinition> |
Сортирует значения последовательности по убыванию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions.) |
![]() | RunWithMaxDegreeOfParallelismAsync<PropertyDefinition> |
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions.) |
![]() | Set | (Определяется ComHelper.) |
![]() | ToObservableCollection<PropertyDefinition> |
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions.) |
![]() | ToSealableList<PropertyDefinition> |
Возвращает список объектов, поддерживающий защиту от изменений.
Каждый из объектов T в списке либо не реализует интерфейс ISealable,
либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions.) |
![]() | TryFirst<PropertyDefinition> | (Определяется EnumerableExtensions.) |