Struct LinkDefinition
The link definition.
Implements
Inherited Members
Namespace: Platform.Data.Triplets
Assembly: Platform.Data.Triplets.dll
Syntax
public struct LinkDefinition : IEquatable<LinkDefinition>
Constructors
| Improve this Doc View SourceLinkDefinition(Link)
Initializes a new LinkDefinition instance.
Declaration
public LinkDefinition(Link link)
Parameters
| Type | Name | Description |
|---|---|---|
| Link | link | A link.
|
LinkDefinition(Link, Link, Link)
Initializes a new LinkDefinition instance.
Declaration
public LinkDefinition(Link source, Link linker, Link target)
Parameters
| Type | Name | Description |
|---|---|---|
| Link | source | A source.
|
| Link | linker | A linker.
|
| Link | target | A target.
|
Fields
| Improve this Doc View SourceLinker
The linker.
Declaration
public readonly Link Linker
Field Value
| Type | Description |
|---|---|
| Link |
Source
The source.
Declaration
public readonly Link Source
Field Value
| Type | Description |
|---|---|
| Link |
Target
The target.
Declaration
public readonly Link Target
Field Value
| Type | Description |
|---|---|
| Link |
Methods
| Improve this Doc View SourceEquals(LinkDefinition)
Determines whether this instance equals.
Declaration
public bool Equals(LinkDefinition other)
Parameters
| Type | Name | Description |
|---|---|---|
| LinkDefinition | other | The other.
|
Returns
| Type | Description |
|---|---|
| Boolean | The bool
|