public class FileType : IFileType, IEquatable<IFileType>Public Class FileType
Implements IFileType, IEquatable(Of IFileType)public ref class FileType : IFileType,
IEquatable<IFileType^>type FileType =
class
interface IFileType
interface IEquatable<IFileType>
end| FileType | Создаёт экземпляр класса с указанием значений его свойств. |
| Caption | Отображаемое имя типа файла, которое видит пользователь. Не может быть равно null, пустой строке или строке, состоящей из пробелов. |
| ID | Уникальный идентификатор типа файла. |
| Equals(IFileType) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Переопределяет ObjectEquals(Object)) |
| 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. (Переопределяет ObjectGetHashCode) |
| 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. (Переопределяет ObjectToString) |
| Equality(FileType, IFileType) | Сравнивает заданные значения на равенство. |
| Inequality(FileType, IFileType) | Сравнивает заданные значения на неравенство. |