Procházet zdrojové kódy

Project Built

tags/jdis_osx
rpm-mcarman před 3 roky
rodič
revize
7e049aaa5a
8 změnil soubory, kde provedl 8 přidání a 5 odebrání
  1. +7
    -4
      RESTObjects/RESTMeta.cs
  2. binární
      bin/Debug/net6.0/jdis_import.dll
  3. binární
      bin/Debug/net6.0/jdis_import.pdb
  4. +1
    -1
      obj/Debug/net6.0/jdis_import.csproj.CoreCompileInputs.cache
  5. binární
      obj/Debug/net6.0/jdis_import.dll
  6. binární
      obj/Debug/net6.0/jdis_import.pdb
  7. binární
      obj/Debug/net6.0/ref/jdis_import.dll
  8. binární
      obj/Debug/net6.0/refint/jdis_import.dll

+ 7
- 4
RESTObjects/RESTMeta.cs Zobrazit soubor

@@ -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ární
bin/Debug/net6.0/jdis_import.dll Zobrazit soubor


binární
bin/Debug/net6.0/jdis_import.pdb Zobrazit soubor


+ 1
- 1
obj/Debug/net6.0/jdis_import.csproj.CoreCompileInputs.cache Zobrazit soubor

@@ -1 +1 @@
f4b9cd62c321af7c58b7113ff57702c784dd3b60
7b641da2a9532800b5de986bf23d896b54ee53b4

binární
obj/Debug/net6.0/jdis_import.dll Zobrazit soubor


binární
obj/Debug/net6.0/jdis_import.pdb Zobrazit soubor


binární
obj/Debug/net6.0/ref/jdis_import.dll Zobrazit soubor


binární
obj/Debug/net6.0/refint/jdis_import.dll Zobrazit soubor


Načítá se…
Zrušit
Uložit