API ReferenceSandbox
JsonUpgraderAttributeclass
An attribute that describes a version update for a JSON object.
Constructors1
Showing 1 constructors
public JsonUpgraderAttribute(System.Type type, int version)
| Parameter | Type | Description |
|---|---|---|
| type | Type | — |
| version | int | — |
No results match this filter.
Properties2
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.
Returns:
int—No results match this filter.