Class Net
Represents the net.
Inherited Members
Namespace: Platform.Data.Triplets
Assembly: Platform.Data.Triplets.dll
Syntax
public static class Net
Properties
| Improve this Doc View SourceAlphabet
Gets or sets the alphabet value.
Declaration
public static Link Alphabet { get; }
Property Value
Type | Description |
---|---|
Link |
And
Gets or sets the and value.
Declaration
public static Link And { get; }
Property Value
Type | Description |
---|---|
Link |
Case
Gets or sets the case value.
Declaration
public static Link Case { get; }
Property Value
Type | Description |
---|---|
Link |
Character
Gets or sets the character value.
Declaration
public static Link Character { get; }
Property Value
Type | Description |
---|---|
Link |
Code
Gets or sets the code value.
Declaration
public static Link Code { get; }
Property Value
Type | Description |
---|---|
Link |
ContainedBy
Gets or sets the contained by value.
Declaration
public static Link ContainedBy { get; }
Property Value
Type | Description |
---|---|
Link |
Contains
Gets or sets the contains value.
Declaration
public static Link Contains { get; }
Property Value
Type | Description |
---|---|
Link |
Content
Gets or sets the content value.
Declaration
public static Link Content { get; }
Property Value
Type | Description |
---|---|
Link |
Empty
Gets or sets the empty value.
Declaration
public static Link Empty { get; }
Property Value
Type | Description |
---|---|
Link |
EmptyContent
Gets or sets the empty content value.
Declaration
public static Link EmptyContent { get; }
Property Value
Type | Description |
---|---|
Link |
Group
Gets or sets the group value.
Declaration
public static Link Group { get; }
Property Value
Type | Description |
---|---|
Link |
Has
Gets or sets the has value.
Declaration
public static Link Has { get; }
Property Value
Type | Description |
---|---|
Link |
IsA
Gets or sets the is a value.
Declaration
public static Link IsA { get; }
Property Value
Type | Description |
---|---|
Link |
IsNotA
Gets or sets the is not a value.
Declaration
public static Link IsNotA { get; }
Property Value
Type | Description |
---|---|
Link |
Letter
Gets or sets the letter value.
Declaration
public static Link Letter { get; }
Property Value
Type | Description |
---|---|
Link |
Link
Gets or sets the link value.
Declaration
public static Link Link { get; }
Property Value
Type | Description |
---|---|
Link |
Lower
Gets or sets the lower value.
Declaration
public static Link Lower { get; }
Property Value
Type | Description |
---|---|
Link |
LowerCase
Gets or sets the lower case value.
Declaration
public static Link LowerCase { get; }
Property Value
Type | Description |
---|---|
Link |
Name
Gets or sets the name value.
Declaration
public static Link Name { get; }
Property Value
Type | Description |
---|---|
Link |
Of
Gets or sets the of value.
Declaration
public static Link Of { get; }
Property Value
Type | Description |
---|---|
Link |
One
Gets or sets the one value.
Declaration
public static Link One { get; }
Property Value
Type | Description |
---|---|
Link |
ParsedFrom
Gets or sets the parsed from value.
Declaration
public static Link ParsedFrom { get; }
Property Value
Type | Description |
---|---|
Link |
Path
Gets or sets the path value.
Declaration
public static Link Path { get; }
Property Value
Type | Description |
---|---|
Link |
Set
Gets or sets the set value.
Declaration
public static Link Set { get; }
Property Value
Type | Description |
---|---|
Link |
String
Gets or sets the string value.
Declaration
public static Link String { get; }
Property Value
Type | Description |
---|---|
Link |
Sum
Gets or sets the sum value.
Declaration
public static Link Sum { get; }
Property Value
Type | Description |
---|---|
Link |
Text
Gets or sets the text value.
Declaration
public static Link Text { get; }
Property Value
Type | Description |
---|---|
Link |
ThatConsistsOf
Gets or sets the that consists of value.
Declaration
public static Link ThatConsistsOf { get; }
Property Value
Type | Description |
---|---|
Link |
ThatHas
Gets or sets the that has value.
Declaration
public static Link ThatHas { get; }
Property Value
Type | Description |
---|---|
Link |
ThatIs
Gets or sets the that is value.
Declaration
public static Link ThatIs { get; }
Property Value
Type | Description |
---|---|
Link |
ThatIsAfter
Gets or sets the that is after value.
Declaration
public static Link ThatIsAfter { get; }
Property Value
Type | Description |
---|---|
Link |
ThatIsBefore
Gets or sets the that is before value.
Declaration
public static Link ThatIsBefore { get; }
Property Value
Type | Description |
---|---|
Link |
ThatIsBetween
Gets or sets the that is between value.
Declaration
public static Link ThatIsBetween { get; }
Property Value
Type | Description |
---|---|
Link |
ThatIsRepresentedBy
Gets or sets the that is represented by value.
Declaration
public static Link ThatIsRepresentedBy { get; }
Property Value
Type | Description |
---|---|
Link |
Thing
Gets or sets the thing value.
Declaration
public static Link Thing { get; }
Property Value
Type | Description |
---|---|
Link |
Upper
Gets or sets the upper value.
Declaration
public static Link Upper { get; }
Property Value
Type | Description |
---|---|
Link |
UpperCase
Gets or sets the upper case value.
Declaration
public static Link UpperCase { get; }
Property Value
Type | Description |
---|---|
Link |
Zero
Gets or sets the zero value.
Declaration
public static Link Zero { get; }
Property Value
Type | Description |
---|---|
Link |
Methods
| Improve this Doc View SourceCreateLink()
Creates the link.
Declaration
public static Link CreateLink()
Returns
Type | Description |
---|---|
Link | The link
|
CreateMappedLink(Object)
Creates the mapped link using the specified mapping.
Declaration
public static Link CreateMappedLink(object mapping)
Parameters
Type | Name | Description |
---|---|---|
Object | mapping | The mapping.
|
Returns
Type | Description |
---|---|
Link | The link
|
CreateMappedThing(Object)
Creates the mapped thing using the specified mapping.
Declaration
public static Link CreateMappedThing(object mapping)
Parameters
Type | Name | Description |
---|---|---|
Object | mapping | The mapping.
|
Returns
Type | Description |
---|---|
Link | The link
|
CreateSet()
Creates the set.
Declaration
public static Link CreateSet()
Returns
Type | Description |
---|---|
Link | The link
|
CreateThing()
Creates the thing.
Declaration
public static Link CreateThing()
Returns
Type | Description |
---|---|
Link | The link
|
Recreate()
Recreates.
Declaration
public static void Recreate()