Przeglądaj źródła

Project Built

tags/jdis_osx
rpm-mcarman 3 lat temu
rodzic
commit
7e049aaa5a
8 zmienionych plików z 8 dodań i 5 usunięć
  1. +7
    -4
      RESTObjects/RESTMeta.cs
  2. BIN
      bin/Debug/net6.0/jdis_import.dll
  3. BIN
      bin/Debug/net6.0/jdis_import.pdb
  4. +1
    -1
      obj/Debug/net6.0/jdis_import.csproj.CoreCompileInputs.cache
  5. BIN
      obj/Debug/net6.0/jdis_import.dll
  6. BIN
      obj/Debug/net6.0/jdis_import.pdb
  7. BIN
      obj/Debug/net6.0/ref/jdis_import.dll
  8. BIN
      obj/Debug/net6.0/refint/jdis_import.dll

+ 7
- 4
RESTObjects/RESTMeta.cs Wyświetl plik

@@ -1,10 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

using Newtonsoft.Json;

namespace jdis_import.RESTObjects
{
[JsonObject(MemberSerialization.OptIn)]
public class RESTMeta
{
#region Fields
@@ -17,21 +16,25 @@ namespace jdis_import.RESTObjects
#endregion

#region Properties
[JsonProperty(PropertyName = "numResults")]
public int numResults
{
get { return _numResults; }
set { _numResults = value; }
}
[JsonProperty(PropertyName = "success")]
public bool success
{
get { return _success; }
set { _success = value; }
}
[JsonProperty(PropertyName = "errorMessage")]
public string errorMessage
{
get { return _errorMessage; }
set { _errorMessage = value; }
}
[JsonProperty(PropertyName = "type")]
public string type
{
get { return _type; }


BIN
bin/Debug/net6.0/jdis_import.dll Wyświetl plik


BIN
bin/Debug/net6.0/jdis_import.pdb Wyświetl plik


+ 1
- 1
obj/Debug/net6.0/jdis_import.csproj.CoreCompileInputs.cache Wyświetl plik

@@ -1 +1 @@
f4b9cd62c321af7c58b7113ff57702c784dd3b60
7b641da2a9532800b5de986bf23d896b54ee53b4

BIN
obj/Debug/net6.0/jdis_import.dll Wyświetl plik


BIN
obj/Debug/net6.0/jdis_import.pdb Wyświetl plik


BIN
obj/Debug/net6.0/ref/jdis_import.dll Wyświetl plik


BIN
obj/Debug/net6.0/refint/jdis_import.dll Wyświetl plik


Ładowanie…
Anuluj
Zapisz