public abstract class CardTreeNodeBase : TreeNodeBase<Card>
Public MustInherit Class CardTreeNodeBase
Inherits TreeNodeBase(Of Card)
public ref class CardTreeNodeBase abstract : public TreeNodeBase<Card^>
[<AbstractClassAttribute>]
type CardTreeNodeBase =
class
inherit TreeNodeBase<Card>
end
CardTreeNodeBase | Инициализирует новый экземпляр класса CardTreeNodeBase |
Card | Карточка, относящаяся к данному узлу. |
IgnoreDuplicates |
Отражает должен ли игнорироваться узел если логика сочтет его дубликатом.
(Унаследован от TreeNodeBase<T>) |
Parent |
Родительский узел.
(Унаследован от TreeNodeBase<T>) |
Reference |
Ссылка на сопоставленный узел (в другом дереве слияния).
(Унаследован от TreeNodeBase<T>) |
State |
Состояние узла.
(Унаследован от TreeNodeBase<T>) |
AttachTo |
Устанавливает родительский узел.
(Унаследован от TreeNodeBase<T>) |
CheckTypeAndGetReferenceNode<TNode> |
Проверяет соответствие типа узла, сопоставленного с текущим узлом и получает его.
(Унаследован от TreeNodeBase<T>) |
Clone |
Клонирует узел.
(Унаследован от TreeNodeBase<T>) |
Equals(ITreeNode<T>) | Indicates whether the current object is equal to another object of the same type. (Унаследован от TreeNodeBase<T>) |
Equals(Object) | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
EqualsByKey |
Сравнение узлов по ключам с учетом уровня сравнения.
(Унаследован от TreeNodeBase<T>) |
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. (Унаследован от Object) |
GetHashCode(Int32) |
Получить хэш-код объекта в зависимости от уровня сравнения.
(Унаследован от TreeNodeBase<T>) |
GetMergeResult |
Логика вычисления результата слияния.
(Унаследован от TreeNodeBase<T>) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SetReference |
Сопоставляет данный узел с узлом в другом дереве слияния.
(Унаследован от TreeNodeBase<T>) |
SetState |
Устанавливает состояние узла.
(Унаследован от TreeNodeBase<T>) |
ToString | Returns a string that represents the current object. (Переопределяет Object.ToString()) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |