Method | Description | |
---|---|---|
AddLocalizedText ( |
||
DeleteById ( int id ) : bool | ||
DeleteLocalizedText ( |
||
Dispose ( ) : void | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : LocalizedText | ||
GetAllLocalizedText ( ) : List |
||
LocalizedTextService ( IUnitOfWork unitOfWork ) : System | ||
Translate ( string key, string languageCode ) : string | ||
UpdateLocalizedText ( LocalizedText item ) : bool |
public AddLocalizedText ( |
||
item | ||
return | bool |
public DeleteLocalizedText ( |
||
item | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public LocalizedTextService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public Translate ( string key, string languageCode ) : string | ||
key | string | |
languageCode | string | |
return | string |
public UpdateLocalizedText ( LocalizedText item ) : bool | ||
item | LocalizedText | |
return | bool |