2b8165c3 9d86 493e b461 41db0f49c1da - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Private class for internal relation management.
System.Object
Plexdata.Utilities.Formatting.Entities.ArgumentRelations.ArgumentRelation
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
private class ArgumentRelation : IEquatable<string>
The ArgumentRelations.ArgumentRelation type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ArgumentRelations.ArgumentRelation | Class construction. |
Name | Description | |
---|---|---|
![]() |
Label | Get currently assigned label. |
![]() |
Value | Get currently assigned value. |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Equals(String) | Checks the equality of the label. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
![]() |
ToTuple | Turns label and value into a tuple. |
Name | Description | |
---|---|---|
![]() |
CanExpand | Determines whether the argument can be expanded. (Defined by ArgumentExtension.) |
![]() |
IsSystemType | Determines whether an argument is of a build-in system type. (Defined by ArgumentExtension.) |
This private class is just for internal use and provides functionality for relation management.