ContextLink Members
Represents a relationship between two ContextNode objects that is not a parent-child relationship.
The following tables list the members exposed by the ContextLink type.
Public Properties
Name | Description | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Returns whether this ContextLink object is the same as the specified object. | |
GetHashCode | Overridden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
op_Equality | Determines whether two specified ContextLink objects have the same value. | |
op_Inequality | Determines whether two specified ContextLink objects have different values. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
ContextLink Class
Microsoft.Ink Namespace
Microsoft.Ink.AnalysisHintNode
ContextNode.Links