ContextLink - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents a relationship between two ContextNode objects that is not a parent-child relationship.
Тип ContextLink предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | Returns whether this ContextLink object is the same as the specified object. (Переопределяет Object.Equals(Object).) |
![]() |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Переопределяет Object.GetHashCode().) |
![]() |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) |
![]() |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) |
![]() |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Операторы
Имя | Описание | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified ContextLink objects have the same value. |
![]() ![]() |
Inequality | Determines whether two specified ContextLink objects have different values. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
DestinationNode | Gets the ContextNode object that is the destination of this ContextLink object. |
![]() |
LinkDirection | Gets the type of link that this ContextLink is set as. |
![]() |
SourceNode | Gets the ContextNode object that is the source of this ContextLink object. |
В начало страницы