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 |
Отражает должен ли игнорироваться узел если логика сочтет его дубликатом.
(Унаследован от TreeNodeBaseT) |
Parent |
Родительский узел.
(Унаследован от TreeNodeBaseT) |
Reference |
Ссылка на сопоставленный узел (в другом дереве слияния).
(Унаследован от TreeNodeBaseT) |
State |
Состояние узла.
(Унаследован от TreeNodeBaseT) |
AttachTo |
Устанавливает родительский узел.
(Унаследован от TreeNodeBaseT) |
CheckTypeAndGetReferenceNodeTNode |
Проверяет соответствие типа узла, сопоставленного с текущим узлом и получает его.
(Унаследован от TreeNodeBaseT) |
Clone |
Клонирует узел.
(Унаследован от TreeNodeBaseT) |
Equals(ITreeNodeT) | Indicates whether the current object is equal to another object of the same type. (Унаследован от TreeNodeBaseT) |
Equals(Object) | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
EqualsByKey |
Сравнение узлов по ключам с учетом уровня сравнения.
(Унаследован от TreeNodeBaseT) |
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) |
Получить хэш-код объекта в зависимости от уровня сравнения.
(Унаследован от TreeNodeBaseT) |
GetMergeResult |
Логика вычисления результата слияния.
(Унаследован от TreeNodeBaseT) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SetReference |
Сопоставляет данный узел с узлом в другом дереве слияния.
(Унаследован от TreeNodeBaseT) |
SetState |
Устанавливает состояние узла.
(Унаследован от TreeNodeBaseT) |
ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |