Show / Hide Table of Contents

Class DataItem

Represents a DataItem. This is simply a name/value pair of strings.

Inheritance
System.Object
DataItem
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class DataItem : Object

Constructors

DataItem()

Declaration
public DataItem()

Properties

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

The name of the DataItem.

Value

Gets the value.

Declaration
public string Value { get; }
Property Value
Type Description
System.String

The value of the DataItem.

Methods

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A System.String that represents this instance.

Back to top Generated by DocFX