public class StoragePathItem : IStoragePathItem,
IEquatable<StoragePathItem>Public Class StoragePathItem
Implements IStoragePathItem, IEquatable(Of StoragePathItem)public ref class StoragePathItem : IStoragePathItem,
IEquatable<StoragePathItem^>type StoragePathItem =
class
interface IStoragePathItem
interface IEquatable<StoragePathItem>
end| 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. |
| 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) |