class JsonUpgraderAttribute

in global :: Sandbox

An attribute that describes a version update for a JSON object.


public int Version { get; set; }

The version of this upgrade.

public Type Type { get; set; }

The type we're targeting for this upgrade.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public JsonUpgraderAttribute( Type type, int version )

😔 No documentation found.