Class DocumentAsJsonAttribute
- Namespace
- Vintagestory.API
- Assembly
- VintagestoryAPI.dll
Specifies that this class or property should be inlcuded in the JSON-only documentation.
Has no functional use and can be ommited if the property is marked with [JsonProperty].
When using with enum types, only specify this attribute on the type itself, not each value.
Note that most fields will also contain the following inside their summary tag:
<jsonoptional>Optional</jsonoptional><jsondefault>None</jsondefault>
public class DocumentAsJsonAttribute : Attribute
- Inheritance
-
DocumentAsJsonAttribute
- Inherited Members
- Extension Methods