e1858602 e094 eeaa 1019 297665f2fe0f - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Represents implementation of interface IArgumentRelations.
System.Object
Plexdata.Utilities.Formatting.Entities.ArgumentRelations
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
internal class ArgumentRelations : IArgumentRelations
The ArgumentRelations type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ArgumentRelations | Default construction. |
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of available relations. |
![]() |
Item(Int32) | Gets the object at given index. |
![]() |
Item(String) | Gets the object for a specific label. |
Name | Description | |
---|---|---|
![]() |
Append | Appends the combination of label and value to the list of assigned relations. |
![]() |
Contains | Finds out if an object exists for provided label. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
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.) |
![]() |
IndexOf |
Returns the index for provided label or -1 if not found. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToArray | Returns an array of tuples of all assigned Label-Value relations. |
![]() |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() |
relations | This field holds the list of argument relations. |
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 class represents nothing else but the implementation of interface IArgumentRelations.