mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-29 18:38:08 +08:00
doc : i18n multi-language and role authority management
This commit is contained in:
parent
2e2fa21d17
commit
2c920d6dc7
@ -964,7 +964,7 @@ response.End();
|
||||
|
||||
Like the example, create a method to handle i18n and permission management, and use `yield return to return IEnumerable<Dictionary<string, object>>` to achieve dynamic and low-memory processing effects
|
||||
|
||||
```cs
|
||||
```csharp
|
||||
void Main()
|
||||
{
|
||||
var value = new Order[] {
|
||||
|
@ -945,7 +945,7 @@ response.End();
|
||||
|
||||
像例子一样,建立一个方法处理 i18n 跟权限管理,并搭配 `yield return 返回 IEnumerable<Dictionary<string, object>>`,即可达到动态、低内存处理效果
|
||||
|
||||
```cs
|
||||
```csharp
|
||||
void Main()
|
||||
{
|
||||
var value = new Order[] {
|
||||
@ -1013,6 +1013,7 @@ public class Order
|
||||
public string ProductID { get; set; }
|
||||
public decimal Amt { get; set; }
|
||||
}
|
||||
```
|
||||
|
||||
![image](https://user-images.githubusercontent.com/12729184/118939964-d24bc480-b982-11eb-88dd-f06655f6121a.png)
|
||||
|
||||
|
@ -949,7 +949,7 @@ response.End();
|
||||
|
||||
像例子一樣,建立一個方法處理 i18n 跟權限管理,並搭配 `yield return 返回 IEnumerable<Dictionary<string, object>>`,即可達到動態、低記憶體處理效果
|
||||
|
||||
```cs
|
||||
```csharp
|
||||
void Main()
|
||||
{
|
||||
var value = new Order[] {
|
||||
|
Loading…
Reference in New Issue
Block a user