EntityLocalTexts.AddRowTexts method
namespace: Serenity.Localization assembly: Serenity.Net.Entity
Adds the row texts.
public static void AddRowTexts(this ILocalTextRegistry registry, IEnumerable<IRow> rowInstances,
string languageID = "")
| parameter | description |
|---|---|
| registry | The registry. |
| rowInstances | The row instances. |
| languageID | The language identifier. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | registry or rowInstances |
See Also
- interface ILocalTextRegistry
- interface IRow
- class EntityLocalTexts