BreadCrumbHistoryItem Methods
An object that stores the previously viewed BreadCrumbEdit path.Name | Description |
---|---|
Clone() | Duplicates the target BreadCrumbHistoryItem. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Compares this BreadCrumbHistoryItem with a specific object. |
GetHashCode() | Gets the integer hash code that corresponds to the current BreadCrumbHistoryItem object’s value. |
GetIndex() | Gets this BreadCrumbHistoryItem‘s position within its parent BreadCrumbHistory collection. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MoveOnTop() | Moves the BreadCrumbHistoryItem to the top of its parent BreadCrumbHistory collection. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Gets the textual representation of this BreadCrumbHistoryItem. |
See Also