C# Class SerializableLocalizationObjectPair, SmartLocalization

Datei anzeigen Open project: NiklasBorglund/SmartLocalization Class Usage Examples

Public Properties

Property Type Description
changedValue LocalizedObject,
keyValue string

Public Methods

Method Description
SerializableLocalizationObjectPair ( string keyValue, LocalizedObject, changedValue ) : System

Initializes a new instance of the SerializableLocalizationObjectPair class.

Method Details

SerializableLocalizationObjectPair() public method

Initializes a new instance of the SerializableLocalizationObjectPair class.
public SerializableLocalizationObjectPair ( string keyValue, LocalizedObject, changedValue ) : System
keyValue string /// Key value. ///
changedValue LocalizedObject, /// Changed value. ///
return System

Property Details

changedValue public_oe property

public LocalizedObject, changedValue
return LocalizedObject,

keyValue public_oe property

public string keyValue
return string