public class NoteCompositeFile : NoteFile,
INoteCompositeFile, INoteFile, IEquatable<INoteFile>Public Class NoteCompositeFile
Inherits NoteFile
Implements INoteCompositeFile, INoteFile, IEquatable(Of INoteFile)public ref class NoteCompositeFile : public NoteFile,
INoteCompositeFile, INoteFile, IEquatable<INoteFile^>type NoteCompositeFile =
class
inherit NoteFile
interface INoteCompositeFile
interface INoteFile
interface IEquatable<INoteFile>
end| NoteCompositeFile | Файл в папке конфигурации, с которым связаны дополнительные файлы. |
| FilePath |
Полный путь к файлу конфигурации.
(Унаследован от NoteFile) |
| Name |
Имя объекта конфигурации.
(Унаследован от NoteFile) |
| SupplementaryFiles | Дополнительные файлы, изменения в которых определяют, что объект, связанный с текущим файлом, был изменён. |
| Tag |
Дополнительный тег, различающий файлы с одинаковым именем (когда их наличие является корректных для алгоритма сравнения),
или null, если тег отсутствует.
(Унаследован от NoteFile) |
| Equals(INoteFile) | Indicates whether the current object is equal to another object of the same type. (Унаследован от NoteFile) |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Унаследован от NoteFile) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от NoteFile) |
| 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. (Унаследован от NoteFile) |
| TryGetSupplementaryFile | Возвращает дополнительный файл, который по характеристикам похож на указанный файл similarFile из другой папки с конфигурацией, или null, если похожий файл отсутствует. |