FileSystemApplicationPackageFileEnumerable - класс |
The file system application package file enumerable.
Иерархия наследованияSystem.Object Tessa.Applications.Synchronization.FileSystemApplicationPackageFileEnumerable
Пространство имён:
Tessa.Applications.Synchronization
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксисpublic class FileSystemApplicationPackageFileEnumerable : IApplicationPackageFileEnumerable,
IEnumerable<ApplicationPackageFileContent>, IEnumerable, IDisposable
Public Class FileSystemApplicationPackageFileEnumerable
Implements IApplicationPackageFileEnumerable, IEnumerable(Of ApplicationPackageFileContent),
IEnumerable, IDisposable
public ref class FileSystemApplicationPackageFileEnumerable : IApplicationPackageFileEnumerable,
IEnumerable<ApplicationPackageFileContent^>, IEnumerable, IDisposable
type FileSystemApplicationPackageFileEnumerable =
class
interface IApplicationPackageFileEnumerable
interface IEnumerable<ApplicationPackageFileContent>
interface IEnumerable
interface IDisposable
end
Тип FileSystemApplicationPackageFileEnumerable предоставляет следующие члены.
Конструкторы
Свойства
Методы
| Имя | Описание |
---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | 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 | Returns an enumerator that iterates through 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.) |
 | ResolveFailResultAsync |
Возвращает ошибки при загрузке приложения. Метод может выполнить запрос к серверу.
Результат не равен null, но может быть пустым Empty.
|
 | ToString | Returns a string that represents the current object. (Унаследован от Object.) |
В начало страницы
Методы расширения
| Имя | Описание |
---|
 | ConvertToListDictionaries<ApplicationPackageFileContent>() | Перегружен.
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления по умолчанию
(Определяется DictionaryConverter.) |
 | ConvertToListDictionaries<ApplicationPackageFileContent>(MappingContext) | Перегружен.
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления context (Определяется DictionaryConverter.) |
 | DistinctBy<ApplicationPackageFileContent, TKey> | (Определяется FmNotificationHelper.) |
 | ForEach<ApplicationPackageFileContent> | (Определяется EnumerableExtensions.) |
 | FullOuterJoin<ApplicationPackageFileContent, TInner, TKey, TResult> | (Определяется Extensions.) |
 | Get | (Определяется ComHelper.) |
 | IndexOf<ApplicationPackageFileContent>(Func<ApplicationPackageFileContent, Boolean>) | Перегружен.
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного выражения.
(Определяется Extensions.) |
 | IndexOf<ApplicationPackageFileContent>(ApplicationPackageFileContent, IEqualityComparer<ApplicationPackageFileContent>) | Перегружен.
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного компаратора IEqualityComparer<T>.
(Определяется Extensions.) |
 | InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.) |
 | Invoke | (Определяется ComHelper.) |
 | OrderByDependencies<ApplicationPackageFileContent>(Func<ApplicationPackageFileContent, IEnumerable<ApplicationPackageFileContent>>) | Перегружен. (Определяется Extensions.) |
 | OrderByDependencies<ApplicationPackageFileContent>(Func<ApplicationPackageFileContent, IEnumerable<ApplicationPackageFileContent>>, Func<ApplicationPackageFileContent, IEnumerable<ApplicationPackageFileContent>, ApplicationPackageFileContent>) | Перегружен. (Определяется Extensions.) |
 | OrderByDependencies<ApplicationPackageFileContent, TKey>(Func<ApplicationPackageFileContent, TKey>, Func<ApplicationPackageFileContent, IEnumerable<TKey>>) | Перегружен. (Определяется Extensions.) |
 | OrderByDependencies<ApplicationPackageFileContent, TKey>(Func<ApplicationPackageFileContent, TKey>, Func<ApplicationPackageFileContent, IEnumerable<TKey>>, IEqualityComparer<TKey>, Func<ApplicationPackageFileContent, IEnumerable<TKey>, ApplicationPackageFileContent>) | Перегружен. (Определяется Extensions.) |
 | OrderByLocalized<ApplicationPackageFileContent> |
Сортирует значения последовательности по возрастанию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions.) |
 | OrderByLocalizedDescending<ApplicationPackageFileContent> |
Сортирует значения последовательности по убыванию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions.) |
 | RunWithMaxDegreeOfParallelismAsync<ApplicationPackageFileContent> |
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions.) |
 | Set | (Определяется ComHelper.) |
 | ToObservableCollection<ApplicationPackageFileContent> |
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions.) |
 | ToSealableList<ApplicationPackageFileContent> |
Возвращает список объектов, поддерживающий защиту от изменений.
Каждый из объектов T в списке либо не реализует интерфейс ISealable,
либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions.) |
 | TryFirst<ApplicationPackageFileContent> | (Определяется EnumerableExtensions.) |
В начало страницы
См. также