Class LinkExtensions
Represents the link extensions.
Inherited Members
Namespace: Platform.Data.Triplets
Assembly: Platform.Data.Triplets.dll
Syntax
public static class LinkExtensions
Methods
| Improve this Doc View SourceGetArrayOfRererersByLinker(Link)
Gets the array of rererers by linker using the specified link.
Declaration
public static Link[] GetArrayOfRererersByLinker(this Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Link[] | The link array
|
GetArrayOfRererersBySource(Link)
Gets the array of rererers by source using the specified link.
Declaration
public static Link[] GetArrayOfRererersBySource(this Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Link[] | The link array
|
GetArrayOfRererersByTarget(Link)
Gets the array of rererers by target using the specified link.
Declaration
public static Link[] GetArrayOfRererersByTarget(this Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Link[] | The link array
|
Is(Link, Link)
Determines whether is.
Declaration
public static bool Is(this Link link, Link class)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Link | class |
Returns
Type | Description |
---|---|
Boolean | The bool
|
IsChar(Link)
Determines whether is char.
Declaration
public static bool IsChar(this Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
IsGroup(Link)
Determines whether is group.
Declaration
public static bool IsGroup(this Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
IsName(Link)
Determines whether is name.
Declaration
public static bool IsName(this Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
IsString(Link)
Determines whether is string.
Declaration
public static bool IsString(this Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
IsSum(Link)
Determines whether is sum.
Declaration
public static bool IsSum(this Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
SetName(Link, String)
Sets the name using the specified link.
Declaration
public static Link SetName(this Link link, string name)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
String | name | The name.
|
Returns
Type | Description |
---|---|
Link | The link.
|
TryGetName(Link, out String)
Determines whether try get name.
Declaration
public static bool TryGetName(this Link link, out string str)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
String | str | The str.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
TryGetSpecificName(Link, out String)
Determines whether try get specific name.
Declaration
public static bool TryGetSpecificName(this Link link, out string name)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
String | name | The name.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
WalkThroughSequence(Link, Action<Link>)
Walks the through sequence using the specified link.
Declaration
public static void WalkThroughSequence(this Link link, Action<Link> action)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Action<Link> | action | The action.
|