AccessibleEffectiveData<TLocalData,TEffectiveData>

AccessibleEffectiveData<TLocalData,TEffectiveData> class

Immutable effective data object that handles inheritance, style/theme resolving and data caching.

public abstract class AccessibleEffectiveData<TLocalData, TEffectiveData> : 
    BaseEffectiveData<TLocalData, TEffectiveData>
    where TLocalData : class
    where TEffectiveData : AccessibleEffectiveData
ParameterTypeDescription
TLocalDataType of local data.
TEffectiveDataType of effective data.

See Also