Click or drag to resize

JsonSubtypesKnownSubTypeWithPropertyAttribute Class

The attribute to place on child classes for JsonSubtypes (with property distinguishment).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kit.ContainersJsonSubtypesKnownSubTypeWithPropertyAttribute

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class KnownSubTypeWithPropertyAttribute : Attribute
Request Example View Source

The JsonSubtypesKnownSubTypeWithPropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodJsonSubtypesKnownSubTypeWithPropertyAttribute
Initializes a new instance of the JsonSubtypesKnownSubTypeWithPropertyAttribute class
Top
Properties
  NameDescription
Public propertyPropertyName
Public propertySubType
Top
See Also