C# Class SerializableLocalizationObjectPair, SmartLocalization

Afficher le fichier Open project: NiklasBorglund/SmartLocalization Class Usage Examples

Méthodes publiques

Свойство Type Description
changedValue LocalizedObject,
keyValue string

Méthodes publiques

Méthode Description
SerializableLocalizationObjectPair ( string keyValue, LocalizedObject, changedValue ) : System

Initializes a new instance of the SerializableLocalizationObjectPair class.

Method Details

SerializableLocalizationObjectPair() public méthode

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

Property Details

changedValue public_oe property

public LocalizedObject, changedValue
Résultat LocalizedObject,

keyValue public_oe property

public string keyValue
Résultat string