RetrieveLocalizationResponse<TEntity> class

namespace: Serenity.Services   assemblySerenity.Net.Services

The service model for a localization retrieve response

public class RetrieveLocalizationResponse<TEntity> : ServiceResponse
    where TEntity : class, new()
parameter description
TEntity Type of the entities

Public Members

name description
RetrieveLocalizationResponse() The default constructor.
Entities { get; set; } The dictionary that contains languageID, localized entity pairs containing translations.

See Also