Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //----------------------
- // <auto-generated>
- // Generated using the NSwag toolchain v11.7.2.0 (NJsonSchema v9.6.3.0) (http://NSwag.org)
- // </auto-generated>
- //----------------------
- using System.Collections.Generic;
- namespace My.Interface
- {
- #pragma warning disable // Disable all warnings
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class GetentityBResponse : System.ComponentModel.INotifyPropertyChanged
- {
- private int? _entityBId;
- private string _status;
- private System.DateTime? _argJ;
- [Newtonsoft.Json.JsonProperty("entityBId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? EntityBId
- {
- get { return _entityBId; }
- set
- {
- if (_entityBId != value)
- {
- _entityBId = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("status", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Status
- {
- get { return _status; }
- set
- {
- if (_status != value)
- {
- _status = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argJ", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? ArgJ
- {
- get { return _argJ; }
- set
- {
- if (_argJ != value)
- {
- _argJ = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static GetentityBResponse FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<GetentityBResponse>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class BRequest : System.ComponentModel.INotifyPropertyChanged
- {
- private TypeB _claim;
- private EntityBInfo _entityB;
- private TypeAInfo _typeA;
- private TypeC _owner;
- private TypeD _resourceAddressPreference;
- private string _argL;
- [Newtonsoft.Json.JsonProperty("claim", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public TypeB Claim
- {
- get { return _claim; }
- set
- {
- if (_claim != value)
- {
- _claim = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("entityB", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public EntityBInfo EntityB
- {
- get { return _entityB; }
- set
- {
- if (_entityB != value)
- {
- _entityB = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("TypeA", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public TypeAInfo TypeA
- {
- get { return _typeA; }
- set
- {
- if (_typeA != value)
- {
- _typeA = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("owner", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public TypeC Owner
- {
- get { return _owner; }
- set
- {
- if (_owner != value)
- {
- _owner = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("resourceAddressPreference", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public TypeD ResourceAddressPreference
- {
- get { return _resourceAddressPreference; }
- set
- {
- if (_resourceAddressPreference != value)
- {
- _resourceAddressPreference = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argL", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string ArgL
- {
- get { return _argL; }
- set
- {
- if (_argL != value)
- {
- _argL = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static BRequest FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<BRequest>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class TypeB : System.ComponentModel.INotifyPropertyChanged
- {
- private double? _id;
- private double? _argM;
- private string _argN;
- private System.DateTime? _argO;
- private int? _argP;
- private int? _argR;
- private TypeBDupEnum? _dupEnum;
- private string _argS;
- private bool? _argT;
- [Newtonsoft.Json.JsonProperty("id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public double? Id
- {
- get { return _id; }
- set
- {
- if (_id != value)
- {
- _id = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argM", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public double? ArgM
- {
- get { return _argM; }
- set
- {
- if (_argM != value)
- {
- _argM = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argN", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string ArgN
- {
- get { return _argN; }
- set
- {
- if (_argN != value)
- {
- _argN = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argO", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? ArgO
- {
- get { return _argO; }
- set
- {
- if (_argO != value)
- {
- _argO = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argP", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? ArgP
- {
- get { return _argP; }
- set
- {
- if (_argP != value)
- {
- _argP = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argR", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? ArgR
- {
- get { return _argR; }
- set
- {
- if (_argR != value)
- {
- _argR = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("dupEnum", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
- public TypeBDupEnum? DupEnum
- {
- get { return _dupEnum; }
- set
- {
- if (_dupEnum != value)
- {
- _dupEnum = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argS", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string ArgS
- {
- get { return _argS; }
- set
- {
- if (_argS != value)
- {
- _argS = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argT", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public bool? ArgT
- {
- get { return _argT; }
- set
- {
- if (_argT != value)
- {
- _argT = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static TypeB FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<TypeB>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class EntityBInfo : System.ComponentModel.INotifyPropertyChanged
- {
- private int? _arg1;
- private System.DateTime? _arg2;
- private string _arg3;
- private System.DateTime? _entityBDate;
- private System.DateTime? _arg4;
- private System.DateTime? _argJ;
- private EntityBInfoEntityBWindowType? _entityBWindowType;
- private double? _arg5;
- private bool? _arg6;
- private EntityBInfoArg7? _arg7;
- private string _arg8;
- private string _arg9;
- [Newtonsoft.Json.JsonProperty("arg1", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? Arg1
- {
- get { return _arg1; }
- set
- {
- if (_arg1 != value)
- {
- _arg1 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg2", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? Arg2
- {
- get { return _arg2; }
- set
- {
- if (_arg2 != value)
- {
- _arg2 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg3", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg3
- {
- get { return _arg3; }
- set
- {
- if (_arg3 != value)
- {
- _arg3 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("entityBDate", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? EntityBDate
- {
- get { return _entityBDate; }
- set
- {
- if (_entityBDate != value)
- {
- _entityBDate = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg4", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? Arg4
- {
- get { return _arg4; }
- set
- {
- if (_arg4 != value)
- {
- _arg4 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argJ", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? ArgJ
- {
- get { return _argJ; }
- set
- {
- if (_argJ != value)
- {
- _argJ = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("entityBWindowType", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
- public EntityBInfoEntityBWindowType? EntityBWindowType
- {
- get { return _entityBWindowType; }
- set
- {
- if (_entityBWindowType != value)
- {
- _entityBWindowType = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg5", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public double? Arg5
- {
- get { return _arg5; }
- set
- {
- if (_arg5 != value)
- {
- _arg5 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg6", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public bool? Arg6
- {
- get { return _arg6; }
- set
- {
- if (_arg6 != value)
- {
- _arg6 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg7", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
- public EntityBInfoArg7? Arg7
- {
- get { return _arg7; }
- set
- {
- if (_arg7 != value)
- {
- _arg7 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg8", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg8
- {
- get { return _arg8; }
- set
- {
- if (_arg8 != value)
- {
- _arg8 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg9", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg9
- {
- get { return _arg9; }
- set
- {
- if (_arg9 != value)
- {
- _arg9 = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static EntityBInfo FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<EntityBInfo>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class TypeAInfo : System.ComponentModel.INotifyPropertyChanged
- {
- private string _arg31;
- private string _typeADescription;
- private string _typeALocationDescription;
- private string _typeALocationAddressLine1;
- private string _typeALocationCity;
- private string _state;
- private string _postalCode;
- private string _longitude;
- private string _typeALocationLatitude;
- [Newtonsoft.Json.JsonProperty("arg31", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg31
- {
- get { return _arg31; }
- set
- {
- if (_arg31 != value)
- {
- _arg31 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("TypeADescription", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string TypeADescription
- {
- get { return _typeADescription; }
- set
- {
- if (_typeADescription != value)
- {
- _typeADescription = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("TypeALocationDescription", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string TypeALocationDescription
- {
- get { return _typeALocationDescription; }
- set
- {
- if (_typeALocationDescription != value)
- {
- _typeALocationDescription = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("TypeALocationAddressLine1", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string TypeALocationAddressLine1
- {
- get { return _typeALocationAddressLine1; }
- set
- {
- if (_typeALocationAddressLine1 != value)
- {
- _typeALocationAddressLine1 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("TypeALocationCity", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string TypeALocationCity
- {
- get { return _typeALocationCity; }
- set
- {
- if (_typeALocationCity != value)
- {
- _typeALocationCity = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("state", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string State
- {
- get { return _state; }
- set
- {
- if (_state != value)
- {
- _state = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("postalCode", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string PostalCode
- {
- get { return _postalCode; }
- set
- {
- if (_postalCode != value)
- {
- _postalCode = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("longitude", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Longitude
- {
- get { return _longitude; }
- set
- {
- if (_longitude != value)
- {
- _longitude = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("TypeALocationLatitude", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string TypeALocationLatitude
- {
- get { return _typeALocationLatitude; }
- set
- {
- if (_typeALocationLatitude != value)
- {
- _typeALocationLatitude = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static TypeAInfo FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<TypeAInfo>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class TypeC : System.ComponentModel.INotifyPropertyChanged
- {
- private string _lastName;
- private string _firstName;
- private string _phone;
- private string _email;
- [Newtonsoft.Json.JsonProperty("lastName", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string LastName
- {
- get { return _lastName; }
- set
- {
- if (_lastName != value)
- {
- _lastName = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("firstName", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string FirstName
- {
- get { return _firstName; }
- set
- {
- if (_firstName != value)
- {
- _firstName = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("phone", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Phone
- {
- get { return _phone; }
- set
- {
- if (_phone != value)
- {
- _phone = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("email", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Email
- {
- get { return _email; }
- set
- {
- if (_email != value)
- {
- _email = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static TypeC FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<TypeC>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class TypeD : System.ComponentModel.INotifyPropertyChanged
- {
- private List<long> _required;
- private List<long> _preferred;
- private List<long> _blacklisted;
- [Newtonsoft.Json.JsonProperty("required", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public List<long> Required
- {
- get { return _required; }
- set
- {
- if (_required != value)
- {
- _required = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("preferred", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public List<long> Preferred
- {
- get { return _preferred; }
- set
- {
- if (_preferred != value)
- {
- _preferred = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("blacklisted", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public List<long> Blacklisted
- {
- get { return _blacklisted; }
- set
- {
- if (_blacklisted != value)
- {
- _blacklisted = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static TypeD FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<TypeD>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class BResponse : System.ComponentModel.INotifyPropertyChanged
- {
- private int? _entityBId;
- private int? _arg1;
- [Newtonsoft.Json.JsonProperty("entityBId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? EntityBId
- {
- get { return _entityBId; }
- set
- {
- if (_entityBId != value)
- {
- _entityBId = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg1", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? Arg1
- {
- get { return _arg1; }
- set
- {
- if (_arg1 != value)
- {
- _arg1 = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static BResponse FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<BResponse>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class CRequest : System.ComponentModel.INotifyPropertyChanged
- {
- private double? _id;
- private EntityBtatus _entityBtatus;
- private string _argL;
- [Newtonsoft.Json.JsonProperty("id", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public double? Id
- {
- get { return _id; }
- set
- {
- if (_id != value)
- {
- _id = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("entityBtatus", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public EntityBtatus EntityBtatus
- {
- get { return _entityBtatus; }
- set
- {
- if (_entityBtatus != value)
- {
- _entityBtatus = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argL", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string ArgL
- {
- get { return _argL; }
- set
- {
- if (_argL != value)
- {
- _argL = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static CRequest FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<CRequest>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class EntityBtatus : System.ComponentModel.INotifyPropertyChanged
- {
- private int? _entityBId;
- private string _status;
- private System.DateTime? _argJ;
- [Newtonsoft.Json.JsonProperty("entityBId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? EntityBId
- {
- get { return _entityBId; }
- set
- {
- if (_entityBId != value)
- {
- _entityBId = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("status", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Status
- {
- get { return _status; }
- set
- {
- if (_status != value)
- {
- _status = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("argJ", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? ArgJ
- {
- get { return _argJ; }
- set
- {
- if (_argJ != value)
- {
- _argJ = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static EntityBtatus FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<EntityBtatus>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class EntityAResponse : System.ComponentModel.INotifyPropertyChanged
- {
- private int? _activityarg1;
- private List<EntityA> _entityA;
- [Newtonsoft.Json.JsonProperty("activityarg1", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? Activityarg1
- {
- get { return _activityarg1; }
- set
- {
- if (_activityarg1 != value)
- {
- _activityarg1 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("entityA", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public List<EntityA> EntityA
- {
- get { return _entityA; }
- set
- {
- if (_entityA != value)
- {
- _entityA = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static EntityAResponse FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<EntityAResponse>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class EntityA : System.ComponentModel.INotifyPropertyChanged
- {
- private System.DateTime? _date;
- private string _arg21;
- private string _arg22;
- private int? _arg23;
- private int? _arg24;
- [Newtonsoft.Json.JsonProperty("date", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? Date
- {
- get { return _date; }
- set
- {
- if (_date != value)
- {
- _date = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg21", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg21
- {
- get { return _arg21; }
- set
- {
- if (_arg21 != value)
- {
- _arg21 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg22", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg22
- {
- get { return _arg22; }
- set
- {
- if (_arg22 != value)
- {
- _arg22 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg23", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? Arg23
- {
- get { return _arg23; }
- set
- {
- if (_arg23 != value)
- {
- _arg23 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg24", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public int? Arg24
- {
- get { return _arg24; }
- set
- {
- if (_arg24 != value)
- {
- _arg24 = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static EntityA FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<EntityA>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public partial class AResponse : System.ComponentModel.INotifyPropertyChanged
- {
- private string _arg11;
- private string _arg12;
- private System.DateTime? _date;
- private string _arg13;
- [Newtonsoft.Json.JsonProperty("arg11", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg11
- {
- get { return _arg11; }
- set
- {
- if (_arg11 != value)
- {
- _arg11 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg12", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg12
- {
- get { return _arg12; }
- set
- {
- if (_arg12 != value)
- {
- _arg12 = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("date", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public System.DateTime? Date
- {
- get { return _date; }
- set
- {
- if (_date != value)
- {
- _date = value;
- RaisePropertyChanged();
- }
- }
- }
- [Newtonsoft.Json.JsonProperty("arg13", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
- public string Arg13
- {
- get { return _arg13; }
- set
- {
- if (_arg13 != value)
- {
- _arg13 = value;
- RaisePropertyChanged();
- }
- }
- }
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
- public string ToJson()
- {
- return Newtonsoft.Json.JsonConvert.SerializeObject(this);
- }
- public static AResponse FromJson(string data)
- {
- return Newtonsoft.Json.JsonConvert.DeserializeObject<AResponse>(data);
- }
- protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.CallerMemberName] string propertyName = null)
- {
- var handler = PropertyChanged;
- if (handler != null)
- handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum DupEnum
- {
- [System.Runtime.Serialization.EnumMember(Value = "Chocolate")]
- Chocolate = 0,
- [System.Runtime.Serialization.EnumMember(Value = "Vanilla")]
- Vanilla = 1,
- [System.Runtime.Serialization.EnumMember(Value = "Mystery")]
- Mystery = 2,
- [System.Runtime.Serialization.EnumMember(Value = "Mint")]
- Mint = 3,
- [System.Runtime.Serialization.EnumMember(Value = "RockyRoad")]
- RockyRoad = 4,
- [System.Runtime.Serialization.EnumMember(Value = "CookiesNCream")]
- CookiesNCream = 5,
- [System.Runtime.Serialization.EnumMember(Value = "Neopolitan")]
- Neopolitan = 6,
- [System.Runtime.Serialization.EnumMember(Value = "Bubblegum")]
- Bubblegum = 7,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut")]
- Coconut = 8,
- [System.Runtime.Serialization.EnumMember(Value = "Strawberry")]
- Strawberry = 9,
- [System.Runtime.Serialization.EnumMember(Value = "Random")]
- Random = 10,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum ArgC
- {
- [System.Runtime.Serialization.EnumMember(Value = "Sprite")]
- Sprite = 0,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum ArgD
- {
- [System.Runtime.Serialization.EnumMember(Value = "Typical")]
- Typical = 0,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut30")]
- Coconut30 = 1,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut45")]
- Coconut45 = 2,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut60")]
- Coconut60 = 3,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum DupEnum2
- {
- [System.Runtime.Serialization.EnumMember(Value = "Chocolate")]
- Chocolate = 0,
- [System.Runtime.Serialization.EnumMember(Value = "Vanilla")]
- Vanilla = 1,
- [System.Runtime.Serialization.EnumMember(Value = "Mystery")]
- Mystery = 2,
- [System.Runtime.Serialization.EnumMember(Value = "Mint")]
- Mint = 3,
- [System.Runtime.Serialization.EnumMember(Value = "RockyRoad")]
- RockyRoad = 4,
- [System.Runtime.Serialization.EnumMember(Value = "CookiesNCream")]
- CookiesNCream = 5,
- [System.Runtime.Serialization.EnumMember(Value = "Neopolitan")]
- Neopolitan = 6,
- [System.Runtime.Serialization.EnumMember(Value = "Bubblegum")]
- Bubblegum = 7,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut")]
- Coconut = 8,
- [System.Runtime.Serialization.EnumMember(Value = "Strawberry")]
- Strawberry = 9,
- [System.Runtime.Serialization.EnumMember(Value = "Random")]
- Random = 10,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum ArgC2
- {
- [System.Runtime.Serialization.EnumMember(Value = "Sprite")]
- Sprite = 0,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum ArgD2
- {
- [System.Runtime.Serialization.EnumMember(Value = "Typical")]
- Typical = 0,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut30")]
- Coconut30 = 1,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut45")]
- Coconut45 = 2,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut60")]
- Coconut60 = 3,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum DupEnum3
- {
- [System.Runtime.Serialization.EnumMember(Value = "Chocolate")]
- Chocolate = 0,
- [System.Runtime.Serialization.EnumMember(Value = "Vanilla")]
- Vanilla = 1,
- [System.Runtime.Serialization.EnumMember(Value = "Mystery")]
- Mystery = 2,
- [System.Runtime.Serialization.EnumMember(Value = "Mint")]
- Mint = 3,
- [System.Runtime.Serialization.EnumMember(Value = "RockyRoad")]
- RockyRoad = 4,
- [System.Runtime.Serialization.EnumMember(Value = "CookiesNCream")]
- CookiesNCream = 5,
- [System.Runtime.Serialization.EnumMember(Value = "Neopolitan")]
- Neopolitan = 6,
- [System.Runtime.Serialization.EnumMember(Value = "Bubblegum")]
- Bubblegum = 7,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut")]
- Coconut = 8,
- [System.Runtime.Serialization.EnumMember(Value = "Strawberry")]
- Strawberry = 9,
- [System.Runtime.Serialization.EnumMember(Value = "Random")]
- Random = 10,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum ArgD3
- {
- [System.Runtime.Serialization.EnumMember(Value = "Typical")]
- Typical = 0,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut30")]
- Coconut30 = 1,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut45")]
- Coconut45 = 2,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut60")]
- Coconut60 = 3,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum TypeBDupEnum
- {
- [System.Runtime.Serialization.EnumMember(Value = "Chocolate")]
- Chocolate = 0,
- [System.Runtime.Serialization.EnumMember(Value = "Vanilla")]
- Vanilla = 1,
- [System.Runtime.Serialization.EnumMember(Value = "Mystery")]
- Mystery = 2,
- [System.Runtime.Serialization.EnumMember(Value = "Mint")]
- Mint = 3,
- [System.Runtime.Serialization.EnumMember(Value = "RockyRoad")]
- RockyRoad = 4,
- [System.Runtime.Serialization.EnumMember(Value = "CookiesNCream")]
- CookiesNCream = 5,
- [System.Runtime.Serialization.EnumMember(Value = "Neopolitan")]
- Neopolitan = 6,
- [System.Runtime.Serialization.EnumMember(Value = "Bubblegum")]
- Bubblegum = 7,
- [System.Runtime.Serialization.EnumMember(Value = "Coconut")]
- Coconut = 8,
- [System.Runtime.Serialization.EnumMember(Value = "Strawberry")]
- Strawberry = 9,
- [System.Runtime.Serialization.EnumMember(Value = "Random")]
- Random = 10,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum EntityBInfoEntityBWindowType
- {
- [System.Runtime.Serialization.EnumMember(Value = "Apple")]
- Apple = 0,
- [System.Runtime.Serialization.EnumMember(Value = "Banana")]
- Banana = 1,
- [System.Runtime.Serialization.EnumMember(Value = "Cherry")]
- Cherry = 2,
- }
- [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "9.6.3.0")]
- public enum EntityBInfoArg7
- {
- [System.Runtime.Serialization.EnumMember(Value = "ClaimsManager")]
- ClaimsManager = 0,
- }
- }
Add Comment
Please, Sign In to add comment