Bläddra i källkod

Project Built

tags/jdis_osx
rpm-mcarman 3 år sedan
förälder
incheckning
7e049aaa5a
8 ändrade filer med 8 tillägg och 5 borttagningar
  1. +7
    -4
      RESTObjects/RESTMeta.cs
  2. Binär
      bin/Debug/net6.0/jdis_import.dll
  3. Binär
      bin/Debug/net6.0/jdis_import.pdb
  4. +1
    -1
      obj/Debug/net6.0/jdis_import.csproj.CoreCompileInputs.cache
  5. Binär
      obj/Debug/net6.0/jdis_import.dll
  6. Binär
      obj/Debug/net6.0/jdis_import.pdb
  7. Binär
      obj/Debug/net6.0/ref/jdis_import.dll
  8. Binär
      obj/Debug/net6.0/refint/jdis_import.dll

+ 7
- 4
RESTObjects/RESTMeta.cs Visa fil

@@ -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är
bin/Debug/net6.0/jdis_import.dll Visa fil


Binär
bin/Debug/net6.0/jdis_import.pdb Visa fil


+ 1
- 1
obj/Debug/net6.0/jdis_import.csproj.CoreCompileInputs.cache Visa fil

@@ -1 +1 @@
f4b9cd62c321af7c58b7113ff57702c784dd3b60
7b641da2a9532800b5de986bf23d896b54ee53b4

Binär
obj/Debug/net6.0/jdis_import.dll Visa fil


Binär
obj/Debug/net6.0/jdis_import.pdb Visa fil


Binär
obj/Debug/net6.0/ref/jdis_import.dll Visa fil


Binär
obj/Debug/net6.0/refint/jdis_import.dll Visa fil


Laddar…
Avbryt
Spara