You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/enumerations/BusinessEntityType.cs
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
namespaceSchema.NET
1
+
namespaceSchema.NET
2
2
{
3
3
usingSystem.Runtime.Serialization;
4
+
usingNewtonsoft.Json;
5
+
usingNewtonsoft.Json.Converters;
4
6
5
7
/// <summary>
6
8
/// A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.<br/><br/>
Copy file name to clipboardExpand all lines: Source/Schema.NET/core/enumerations/BusinessFunction.cs
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
namespaceSchema.NET
1
+
namespaceSchema.NET
2
2
{
3
3
usingSystem.Runtime.Serialization;
4
+
usingNewtonsoft.Json;
5
+
usingNewtonsoft.Json.Converters;
4
6
5
7
/// <summary>
6
8
/// The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.<br/><br/>
0 commit comments