Table of Contents

Class ABS

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Implicitly initialized to string.Empty to avoid checking data class for null.

public class ABS : ABT<string, string>
Inheritance
ABS
Inherited Members
Extension Methods

Constructors

ABS()

Initializes a new instance of the ABS class with empty strings.

public ABS()

ABS(string, string)

Initializes a new instance of the ABS class with the specified key and value.

public ABS(string key, string value)

Parameters

key string

The key.

value string

The value.