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
Properties
Key
Gets or sets the key.
public string Key { get; set; }
Property Value
Value
Gets or sets the value.
public object Value { get; set; }
Property Value
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
Returns
- ABP
A new ABP instance.