NameValuePair ClassebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
Class for holding a name-value pair.
Inheritance Hierarchy

System Object
  Unimaze.Composer.Tools NameValuePair

Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax

public class NameValuePair

The NameValuePair type exposes the following members.

Constructors

  NameDescription
Public methodNameValuePair
Construct a name-value pair.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyName
Name part.
Public propertyValue
Corresponding value part.
Top
See Also