KeyValueOption

A Key/Value option that allows any extended setting options.

Namespace:
Inetdev.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.ComponentModel.INotifyPropertyChanged

Constructors

KeyValueOption

Default constructor

Signature:
public Void KeyValueOption()

Events

Type Name Summary
PropertyChangedEventHandler PropertyChanged Notify that a property was changed.

Properties

Key

Option key.

Signature:
public String Key { get; set; }

Value

Option value.

Signature:
public String Value { get; set; }

Methods

ToString

Returns a textual representation of the KeyValueOption.

Signature:
public String ToString()