2b8165c3 9d86 493e b461 41db0f49c1da - akesseler/Plexdata.Utilities.Templates GitHub Wiki

ArgumentRelations.ArgumentRelation Class

Private class for internal relation management.

Inheritance Hierarchy

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

Syntax

C#

private class ArgumentRelation : IEquatable<string>

The ArgumentRelations.ArgumentRelation type exposes the following members.

Constructors

 

Name Description
Public method ArgumentRelations.ArgumentRelation Class construction.
  Back to Top

Properties

 

Name Description
Public property Label Get currently assigned label.
Public property Value Get currently assigned value.
  Back to Top

Methods

 

Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Equals(String) Checks the equality of the label.
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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Overrides Object.ToString().)
Public method ToTuple Turns label and value into a tuple.
  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 private class is just for internal use and provides functionality for relation management.

See Also

Reference

Plexdata.Utilities.Formatting.Entities Namespace

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