Skip to content

Commit 4515ebd

Browse files
committed
Updating Checkmarx WSDL files (to 6.2.7)
1 parent 9a7fd89 commit 4515ebd

File tree

2 files changed

+1278
-58
lines changed

2 files changed

+1278
-58
lines changed

3rdParty/CheckMarx/WSDL_files/CxManagerWebServices.cs

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//O2Ref:System.Web.Services.dll
2+
//O2Ref:System.Web.Services.dll
23
//------------------------------------------------------------------------------
34
// <auto-generated>
45
// This code was generated by a tool.
5-
// Runtime Version:2.0.50727.5456
6+
// Runtime Version:2.0.50727.5466
67
//
78
// Changes to this file may cause incorrect behavior and will be lost if
89
// the code is regenerated.
@@ -5175,6 +5176,8 @@ public Project[] Project_Array {
51755176
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.datacontract.org/2004/07/Checkmarx.DataTypes")]
51765177
public partial class Project : GeneralData {
51775178

5179+
private string descriptionField;
5180+
51785181
private string executableField;
51795182

51805183
private long idField;
@@ -5201,6 +5204,17 @@ public partial class Project : GeneralData {
52015204

52025205
private string uNCCredentialsField;
52035206

5207+
/// <remarks/>
5208+
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
5209+
public string Description {
5210+
get {
5211+
return this.descriptionField;
5212+
}
5213+
set {
5214+
this.descriptionField = value;
5215+
}
5216+
}
5217+
52045218
/// <remarks/>
52055219
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
52065220
public string Executable {
@@ -7259,6 +7273,10 @@ public partial class TaskScan : GeneralData {
72597273

72607274
private bool isIncrementalFieldSpecified;
72617275

7276+
private long lOCField;
7277+
7278+
private bool lOCFieldSpecified;
7279+
72627280
private ResultSummary positiveResultSummaryField;
72637281

72647282
private long projectIdField;
@@ -7384,6 +7402,27 @@ public bool IsIncrementalSpecified {
73847402
}
73857403
}
73867404

7405+
/// <remarks/>
7406+
public long LOC {
7407+
get {
7408+
return this.lOCField;
7409+
}
7410+
set {
7411+
this.lOCField = value;
7412+
}
7413+
}
7414+
7415+
/// <remarks/>
7416+
[System.Xml.Serialization.XmlIgnoreAttribute()]
7417+
public bool LOCSpecified {
7418+
get {
7419+
return this.lOCFieldSpecified;
7420+
}
7421+
set {
7422+
this.lOCFieldSpecified = value;
7423+
}
7424+
}
7425+
73877426
/// <remarks/>
73887427
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
73897428
public ResultSummary PositiveResultSummary {

0 commit comments

Comments
 (0)