Table of Contents

Class ABP

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Abbreviation for AB Property - contains properties instead of public variables.

public class ABP
Inheritance
ABP
Inherited Members
Extension Methods

Constructors

ABP(string, object)

Initializes a new instance of the ABP class.

public ABP(string key, object value)

Parameters

key string

The key.

value object

The value.

Properties

Key

Gets or sets the key.

public string Key { get; set; }

Property Value

string

Value

Gets or sets the value.

public object Value { get; set; }

Property Value

object

Methods

Get(string, object)

Creates a new instance of ABP with the specified key and value.

public static ABP Get(string key, object value)

Parameters

key string

The key.

value object

The value.

Returns

ABP

A new ABP instance.