StoragePathItem - класс

Элемент пути хранилища.

Definition

Пространство имён: Tessa.Platform.Storage
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public class StoragePathItem : IStoragePathItem, 
	IEquatable<StoragePathItem>
Inheritance
Object    StoragePathItem
Implements
IEquatableStoragePathItem, IStoragePathItem

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

StoragePathItem(Int32) Конструктор для создания элемента пути типа Index.
StoragePathItem(StoragePathItemType) Конструктор для создания элемента пути заданного типа, не имеющий дополнительных параметров.
StoragePathItem(String) Конструктор для создания элемента пути типа Key.

Свойства

Index Индекс, , если элемент имеет тип Index. Означает что на данном этапе пути следующий объект получается по индексу из списка.
Key Ключ, не , если элемент имеет тип Key. Означает что на данном этапе пути следующий объект получается по ключу из словаря.
Type Тип элемента пути.

Методы

Equals(Object)Determines whether the specified object is equal to the current object.
(Переопределяет ObjectEquals(Object))
Equals(StoragePathItem)Indicates whether the current object is equal to another object of the same type.
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)

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

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также