C# Class SerializableLocalizationObjectPair, SmartLocalization

Show file 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 property

public LocalizedObject, changedValue
return LocalizedObject,

keyValue public property

public string keyValue
return string