FileContentSource - структура

Местоположение контента файла.

Definition

Пространство имён: Tessa.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public readonly struct FileContentSource : IEquatable<FileContentSource>
Inheritance
Object    ValueType    FileContentSource
Implements
IEquatableFileContentSource

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

FileContentSource Создаёт структуру с указанием источника контента.

Свойства

ID Идентификатор источника контента.
Name Имя для источника контента.

Методы

Equals(FileContentSource)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Indicates whether this instance and a specified object are equal.
(Переопределяет ValueTypeEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
FromCardFileSource Создаёт и возвращает объект FileContentSource, полученный для заданного объекта настроек ICardFileSource.
GetHashCodeReturns the hash code for this instance.
(Переопределяет ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns the fully qualified type name of this instance.
(Переопределяет ValueTypeToString)

Операторы

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

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

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

См. также