public sealed class FileVersionLink : IFileVersionLink,
IEquatable<IFileVersionLink>
Public NotInheritable Class FileVersionLink
Implements IFileVersionLink, IEquatable(Of IFileVersionLink)
public ref class FileVersionLink sealed : IFileVersionLink,
IEquatable<IFileVersionLink^>
[<SealedAttribute>]
type FileVersionLink =
class
interface IFileVersionLink
interface IEquatable<IFileVersionLink>
end
FileVersionLink | Создаёт экземпляр класса с указанием его свойств. |
FileID | Идентификатор файла, на версию которого делается ссылка. |
Uri | Ссылка, используемая для открытия версии файла. |
VersionID | Идентификатор версии файла, на которую делается ссылка. |
Equals(IFileVersionLink) | 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(FileVersionLink, IFileVersionLink) | Сравнивает заданные значения на равенство. |
Inequality(FileVersionLink, IFileVersionLink) | Сравнивает заданные значения на неравенство. |