Interface ICultureSensitiveDirtyTracking
Interface for components that support dirty tracking, and support cultures. Each culture can be dirty or not direct independent from each other.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsDirtyTracking
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface ICultureSensitiveDirtyTracking : IDirtyTracking
Methods
GetDirtyCultures()
Gets all cultures that have dirty values.
Declaration
RequestResponse
IList<CultureInfo> GetDirtyCultures()
Returns
Type | Description |
---|---|
IList<>CultureInfo |
A list of cultures. |