FreeSql/Extensions/FreeSql.Extensions.JsonMap/FreeSql.Extensions.JsonMap.xml
2024-11-13 18:18:28 +08:00

22 lines
959 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<doc>
<assembly>
<name>FreeSql.Extensions.JsonMap</name>
</assembly>
<members>
<member name="T:FreeSql.DataAnnotations.JsonMapAttribute">
<summary>
When the entity class property is <see cref="T:System.Object"/>, map storage in JSON format. <br />
当实体类属性为【对象】时,以 JSON 形式映射存储
</summary>
</member>
<member name="M:FreeSqlJsonMapCoreExtensions.UseJsonMap(IFreeSql)">
<summary>
When the entity class property is <see cref="T:System.Object"/> and the attribute is marked as <see cref="T:FreeSql.DataAnnotations.JsonMapAttribute"/>, map storage in JSON format. <br />
当实体类属性为【对象】时,并且标记特性 [JsonMap] 时该属性将以JSON形式映射存储
</summary>
<returns></returns>
</member>
</members>
</doc>