Skip to content

Commit

Permalink
needed edits to autogenerated code
Browse files Browse the repository at this point in the history
  • Loading branch information
jarle pedersen committed Jun 7, 2018
1 parent 4ca1dea commit 6b39e29
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions xsd/1.2/Tjenester/Geosynkronisering/GeosyncWCFproxy2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,41 @@ namespace Kartverket.GeosyncWCF
using System.Runtime.Serialization;


[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="ChangelogIdentificationType", Namespace="http://skjema.geonorge.no/standard/geosynkronisering/1.2/produkt")]
public partial class ChangelogIdentificationType : object, System.Runtime.Serialization.IExtensibleDataObject
{

private System.Runtime.Serialization.ExtensionDataObject extensionDataField;

private string changelogIdField;

public System.Runtime.Serialization.ExtensionDataObject ExtensionData
{
get
{
return this.extensionDataField;
}
set
{
this.extensionDataField = value;
}
}

[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, EmitDefaultValue=false)]
public string changelogId
{
get
{
return this.changelogIdField;
}
set
{
this.changelogIdField = value;
}
}
}
// [System.Diagnostics.DebuggerStepThroughAttribute()]
// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
// [System.Runtime.Serialization.DataContractAttribute(Name="ChangelogIdentificationType", Namespace="http://skjema.geonorge.no/standard/geosynkronisering/1.2/produkt")]
// public partial class ChangelogIdentificationType : object, System.Runtime.Serialization.IExtensibleDataObject
// {

// private System.Runtime.Serialization.ExtensionDataObject extensionDataField;

// private string changelogIdField;

// public System.Runtime.Serialization.ExtensionDataObject ExtensionData
// {
// get
// {
// return this.extensionDataField;
// }
// set
// {
// this.extensionDataField = value;
// }
// }

// [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, EmitDefaultValue=false)]
// public string changelogId
// {
// get
// {
// return this.changelogIdField;
// }
// set
// {
// this.changelogIdField = value;
// }
// }
// }

[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
Expand Down Expand Up @@ -128,7 +128,7 @@ public interface WebFeatureServiceReplicationPort
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContentsBaseType))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UnNamedDomainType))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseRequestType))]
void AcknowlegeChangelogDownloaded(Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType changelogId);
void AcknowlegeChangelogDownloaded(Kartverket.GeosyncWCF.ChangelogIdentificationType changelogId);

[System.ServiceModel.OperationContractAttribute(Action="http://skjema.geonorge.no/standard/geosynkronisering/1.2/produkt/#CancelChangelog" +
"", ReplyAction="*")]
Expand Down Expand Up @@ -159,7 +159,7 @@ public interface WebFeatureServiceReplicationPort
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContentsBaseType))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UnNamedDomainType))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseRequestType))]
void CancelChangelog(Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid);
void CancelChangelog(Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid);

[System.ServiceModel.OperationContractAttribute(Action="http://skjema.geonorge.no/standard/geosynkronisering/1.2/produkt/#DescribeFeature" +
"Type", ReplyAction="*")]
Expand Down Expand Up @@ -253,7 +253,7 @@ public interface WebFeatureServiceReplicationPort
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UnNamedDomainType))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseRequestType))]
[return: System.ServiceModel.MessageParameterAttribute(Name="return")]
Kartverket.GeosyncWCF.ChangelogType GetChangelog(Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid);
Kartverket.GeosyncWCF.ChangelogType GetChangelog(Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid);

[System.ServiceModel.OperationContractAttribute(Action="http://skjema.geonorge.no/standard/geosynkronisering/1.2/produkt/#GetChangelogSta" +
"tus", ReplyAction="*")]
Expand Down Expand Up @@ -285,7 +285,7 @@ public interface WebFeatureServiceReplicationPort
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UnNamedDomainType))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseRequestType))]
[return: System.ServiceModel.MessageParameterAttribute(Name="return")]
Kartverket.GeosyncWCF.ChangelogStatusType GetChangelogStatus(Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid);
Kartverket.GeosyncWCF.ChangelogStatusType GetChangelogStatus(Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid);

// CODEGEN: Parameter 'return' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'System.Xml.Serialization.XmlElementAttribute'.
[System.ServiceModel.OperationContractAttribute(Action="http://skjema.geonorge.no/standard/geosynkronisering/1.2/produkt/#GetLastIndex", ReplyAction="*")]
Expand Down Expand Up @@ -379,7 +379,7 @@ public interface WebFeatureServiceReplicationPort
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(UnNamedDomainType))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseRequestType))]
[return: System.ServiceModel.MessageParameterAttribute(Name="return")]
Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType OrderChangelog(Kartverket.GeosyncWCF.ChangelogOrderType order);
Kartverket.GeosyncWCF.ChangelogIdentificationType OrderChangelog(Kartverket.GeosyncWCF.ChangelogOrderType order);

[System.ServiceModel.OperationContractAttribute(Action="http://skjema.geonorge.no/standard/geosynkronisering/1.2/produkt/#GetDatasetVersi" +
"on", ReplyAction="*")]
Expand Down Expand Up @@ -4000,21 +4000,21 @@ public QueryExpressionTextType()
this.isPrivateField = false;
}

/// <remarks/>
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
[System.Xml.Serialization.XmlAnyElementAttribute(Namespace="http://www.opengis.net/wfs/2.0", Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
public System.Xml.XmlElement Item
{
get
{
return this.itemField;
}
set
{
this.itemField = value;
}
}
// /// <remarks/>
// [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
// [System.Xml.Serialization.XmlAnyElementAttribute(Namespace="http://www.opengis.net/wfs/2.0", Order=0)]
// [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
// public System.Xml.XmlElement Item
// {
// get
// {
// return this.itemField;
// }
// set
// {
// this.itemField = value;
// }
// }

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
Expand Down Expand Up @@ -10327,9 +10327,9 @@ public ExceptionReport ExceptionReport
}

/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("svcutil", "4.7.2558.0")]
//[System.CodeDom.Compiler.GeneratedCodeAttribute("svcutil", "4.7.2558.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
//[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.opengis.net/ows/1.1")]
public partial class ExceptionReport
Expand Down Expand Up @@ -10665,12 +10665,12 @@ public WebFeatureServiceReplicationPortClient()
{
}

public void AcknowlegeChangelogDownloaded(Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType changelogId)
public void AcknowlegeChangelogDownloaded(Kartverket.GeosyncWCF.ChangelogIdentificationType changelogId)
{
base.Channel.AcknowlegeChangelogDownloaded(changelogId);
}

public void CancelChangelog(Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid)
public void CancelChangelog(Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid)
{
base.Channel.CancelChangelog(changelogid);
}
Expand All @@ -10685,12 +10685,12 @@ public Kartverket.GeosyncWCF.REP_CapabilitiesType GetCapabilities(Kartverket.Geo
return base.Channel.GetCapabilities(getcapabilities1);
}

public Kartverket.GeosyncWCF.ChangelogType GetChangelog(Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid)
public Kartverket.GeosyncWCF.ChangelogType GetChangelog(Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid)
{
return base.Channel.GetChangelog(changelogid);
}

public Kartverket.GeosyncWCF.ChangelogStatusType GetChangelogStatus(Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid)
public Kartverket.GeosyncWCF.ChangelogStatusType GetChangelogStatus(Kartverket.GeosyncWCF.ChangelogIdentificationType changelogid)
{
return base.Channel.GetChangelogStatus(changelogid);
}
Expand Down Expand Up @@ -10723,7 +10723,7 @@ public Kartverket.GeosyncWCF.StoredChangelogType[] ListStoredChangelogs(string d
return retVal.@return;
}

public Kartverket.GeosyncWCF.Kartverket.GeosyncWCF.ChangelogIdentificationType OrderChangelog(Kartverket.GeosyncWCF.ChangelogOrderType order)
public Kartverket.GeosyncWCF.ChangelogIdentificationType OrderChangelog(Kartverket.GeosyncWCF.ChangelogOrderType order)
{
return base.Channel.OrderChangelog(order);
}
Expand Down

0 comments on commit 6b39e29

Please sign in to comment.