Class LocalizedAssetProperty
Inheritance
LocalizedAssetProperty
Syntax
[Serializable]
public class LocalizedAssetProperty : ITrackedProperty
Properties
LocalizedObject
The Localized Object that will be used for this tracked property.
Declaration
public LocalizedAssetBase LocalizedObject { get; set; }
Property Value
PropertyPath
Declaration
public string PropertyPath { get; set; }
Property Value
Implements
Methods
HasVariant(LocaleIdentifier)
Declaration
public bool HasVariant(LocaleIdentifier localeIdentifier)
Parameters
Returns
Implements