API ReferenceSandbox
public class Sandbox.JsonUpgraderAttribute : System.Attribute
An attribute that describes a version update for a JSON object.
Constructors
Showing 1 constructors
public JsonUpgraderAttribute(System.Type type, int version)
No results match this filter.
Properties
Showing 2 properties
public System.Type Sandbox.JsonUpgraderAttribute.Type { get; set; }
The type we're targeting for this upgrade.
public int Sandbox.JsonUpgraderAttribute.Version { get; set; }
The version of this upgrade.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.JsonUpgraderAttribute |