Class ModelComponentUpgradeConverter
Inheritance
System.Object
ModelComponentUpgradeConverter
Assembly: Aurigma.DesignAtoms.dll
Syntax
public abstract class ModelComponentUpgradeConverter : JsonConverter
Constructors
ModelComponentUpgradeConverter()
Declaration
protected ModelComponentUpgradeConverter()
ModelComponentUpgradeConverter(ILifetimeScope)
Declaration
protected ModelComponentUpgradeConverter(ILifetimeScope scope)
Parameters
| Type |
Name |
Description |
| Autofac.ILifetimeScope |
scope |
|
Fields
_scope
Declaration
protected readonly ILifetimeScope _scope
Field Value
| Type |
Description |
| Autofac.ILifetimeScope |
|
Properties
UpgradeAlgorithms
Declaration
protected abstract List<ModelComponentUpgradeConverter.UpgradeAlgorithm> UpgradeAlgorithms { get; }
Property Value
Methods
CanConvert(Type)
Declaration
public override bool CanConvert(Type objectType)
Parameters
| Type |
Name |
Description |
| System.Type |
objectType |
|
Returns
| Type |
Description |
| System.Boolean |
|
ReadJson(JsonReader, Type, Object, JsonSerializer)
Declaration
public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
Parameters
| Type |
Name |
Description |
| Newtonsoft.Json.JsonReader |
reader |
|
| System.Type |
objectType |
|
| System.Object |
existingValue |
|
| Newtonsoft.Json.JsonSerializer |
serializer |
|
Returns
| Type |
Description |
| System.Object |
|