FileLink - класс

Ссылка на файл.

Definition

Пространство имён: Tessa.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public sealed class FileLink : IFileLink, 
	IEquatable<IFileLink>
Inheritance
Object    FileLink
Implements
IEquatableIFileLink, IFileLink

Конструкторы

FileLink Создаёт экземпляр класса с указанием его свойств.

Свойства

FileID Идентификатор файла, на который делается ссылка.
Uri Ссылка, используемая для открытия файла.

Методы

Equals(IFileLink)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))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Переопределяет ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Переопределяет ObjectToString)

Операторы

Equality(FileLink, IFileLink)Сравнивает заданные значения на равенство.
Inequality(FileLink, IFileLink)Сравнивает заданные значения на неравенство.

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также