Skip to content

Commit

Permalink
Updating Checkmarx WSDL files (to 6.2.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed May 7, 2013
1 parent 9a7fd89 commit 4515ebd
Show file tree
Hide file tree
Showing 2 changed files with 1,278 additions and 58 deletions.
41 changes: 40 additions & 1 deletion 3rdParty/CheckMarx/WSDL_files/CxManagerWebServices.cs
@@ -1,8 +1,9 @@
//O2Ref:System.Web.Services.dll //O2Ref:System.Web.Services.dll
//O2Ref:System.Web.Services.dll
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:2.0.50727.5456 // Runtime Version:2.0.50727.5466
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
Expand Down Expand Up @@ -5175,6 +5176,8 @@ public partial class ProjectCollection : GeneralData {
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.datacontract.org/2004/07/Checkmarx.DataTypes")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.datacontract.org/2004/07/Checkmarx.DataTypes")]
public partial class Project : GeneralData { public partial class Project : GeneralData {


private string descriptionField;

private string executableField; private string executableField;


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


private string uNCCredentialsField; private string uNCCredentialsField;


/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string Description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}

/// <remarks/> /// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string Executable { public string Executable {
Expand Down Expand Up @@ -7259,6 +7273,10 @@ public partial class TaskScan : GeneralData {


private bool isIncrementalFieldSpecified; private bool isIncrementalFieldSpecified;


private long lOCField;

private bool lOCFieldSpecified;

private ResultSummary positiveResultSummaryField; private ResultSummary positiveResultSummaryField;


private long projectIdField; private long projectIdField;
Expand Down Expand Up @@ -7384,6 +7402,27 @@ public partial class TaskScan : GeneralData {
} }
} }


/// <remarks/>
public long LOC {
get {
return this.lOCField;
}
set {
this.lOCField = value;
}
}

/// <remarks/>
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool LOCSpecified {
get {
return this.lOCFieldSpecified;
}
set {
this.lOCFieldSpecified = value;
}
}

/// <remarks/> /// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)] [System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public ResultSummary PositiveResultSummary { public ResultSummary PositiveResultSummary {
Expand Down

0 comments on commit 4515ebd

Please sign in to comment.