e1858602 e094 eeaa 1019 297665f2fe0f - akesseler/Plexdata.Utilities.Templates GitHub Wiki

ArgumentRelations Class

Represents implementation of interface IArgumentRelations.

Inheritance Hierarchy

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

Syntax

C#

internal class ArgumentRelations : IArgumentRelations

The ArgumentRelations type exposes the following members.

Constructors

 

Name Description
Public method ArgumentRelations Default construction.
  Back to Top

Properties

 

Name Description
Public property Count Gets the number of available relations.
Public property Item(Int32) Gets the object at given index.
Public property Item(String) Gets the object for a specific label.
  Back to Top

Methods

 

Name Description
Protected method Append Appends the combination of label and value to the list of assigned relations.
Public method Contains Finds out if an object exists for provided label.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Returns the index for provided label or -1 if not found.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToArray Returns an array of tuples of all assigned Label-Value relations.
Public method ToString Returns a string that represents the current object. (Overrides Object.ToString().)
  Back to Top

Fields

 

Name Description
Private field relations This field holds the list of argument relations.
  Back to Top

Extension Methods

 

Name Description
Private Extension Method CanExpand Determines whether the argument can be expanded. (Defined by ArgumentExtension.)
Public Extension Method IsSystemType Determines whether an argument is of a build-in system type. (Defined by ArgumentExtension.)
  Back to Top

Remarks

This class represents nothing else but the implementation of interface IArgumentRelations.

See Also

Reference

Plexdata.Utilities.Formatting.Entities Namespace

⚠️ **GitHub.com Fallback** ⚠️