📄 reference.cs
字号:
[System.Xml.Serialization.XmlRootAttribute(Namespace="http://s.mappoint.net/mappoint-30/", IsNullable=false)]
public partial class UserInfoRenderHeader : UserInfoHeader {
}
/// <remarks/>
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomerInfoRenderHeader))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomerInfoRouteHeader))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(CustomerInfoFindHeader))]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="http://s.mappoint.net/mappoint-30/", IsNullable=false)]
public partial class CustomerInfoHeader : System.Web.Services.Protocols.SoapHeader {
private short customLogEntryField;
/// <remarks/>
public short CustomLogEntry {
get {
return this.customLogEntryField;
}
set {
this.customLogEntryField = value;
}
}
}
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public partial class LineDriveMapImage {
private MimeData mimeDataField;
private string urlField;
private MapViewRepresentations viewField;
private int firstDirectionIDField;
private int lastDirectionIDField;
/// <remarks/>
public MimeData MimeData {
get {
return this.mimeDataField;
}
set {
this.mimeDataField = value;
}
}
/// <remarks/>
public string Url {
get {
return this.urlField;
}
set {
this.urlField = value;
}
}
/// <remarks/>
public MapViewRepresentations View {
get {
return this.viewField;
}
set {
this.viewField = value;
}
}
/// <remarks/>
public int FirstDirectionID {
get {
return this.firstDirectionIDField;
}
set {
this.firstDirectionIDField = value;
}
}
/// <remarks/>
public int LastDirectionID {
get {
return this.lastDirectionIDField;
}
set {
this.lastDirectionIDField = value;
}
}
}
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public partial class MimeData {
private byte[] bitsField;
private string contentIDField;
private string mimeTypeField;
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] Bits {
get {
return this.bitsField;
}
set {
this.bitsField = value;
}
}
/// <remarks/>
public string ContentID {
get {
return this.contentIDField;
}
set {
this.contentIDField = value;
}
}
/// <remarks/>
public string MimeType {
get {
return this.mimeTypeField;
}
set {
this.mimeTypeField = value;
}
}
}
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public partial class MapViewRepresentations {
private ViewByScale byScaleField;
private ViewByHeightWidth byHeightWidthField;
private ViewByBoundingRectangle byBoundingRectangleField;
/// <remarks/>
public ViewByScale ByScale {
get {
return this.byScaleField;
}
set {
this.byScaleField = value;
}
}
/// <remarks/>
public ViewByHeightWidth ByHeightWidth {
get {
return this.byHeightWidthField;
}
set {
this.byHeightWidthField = value;
}
}
/// <remarks/>
public ViewByBoundingRectangle ByBoundingRectangle {
get {
return this.byBoundingRectangleField;
}
set {
this.byBoundingRectangleField = value;
}
}
}
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public partial class ViewByScale : MapView {
private double mapScaleField;
private LatLong centerPointField;
public ViewByScale() {
this.mapScaleField = 0;
}
/// <remarks/>
[System.ComponentModel.DefaultValueAttribute(0)]
public double MapScale {
get {
return this.mapScaleField;
}
set {
this.mapScaleField = value;
}
}
/// <remarks/>
public LatLong CenterPoint {
get {
return this.centerPointField;
}
set {
this.centerPointField = value;
}
}
}
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public partial class LatLong {
private double latitudeField;
private double longitudeField;
public LatLong() {
this.latitudeField = 0;
this.longitudeField = 0;
}
/// <remarks/>
[System.ComponentModel.DefaultValueAttribute(0)]
public double Latitude {
get {
return this.latitudeField;
}
set {
this.latitudeField = value;
}
}
/// <remarks/>
[System.ComponentModel.DefaultValueAttribute(0)]
public double Longitude {
get {
return this.longitudeField;
}
set {
this.longitudeField = value;
}
}
}
/// <remarks/>
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewByBoundingRectangle))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewByHeightWidth))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewByBoundingLocations))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ViewByScale))]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public abstract partial class MapView {
}
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public partial class ViewByBoundingRectangle : MapView {
private LatLongRectangle boundingRectangleField;
/// <remarks/>
public LatLongRectangle BoundingRectangle {
get {
return this.boundingRectangleField;
}
set {
this.boundingRectangleField = value;
}
}
}
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public partial class LatLongRectangle {
private LatLong southwestField;
private LatLong northeastField;
/// <remarks/>
public LatLong Southwest {
get {
return this.southwestField;
}
set {
this.southwestField = value;
}
}
/// <remarks/>
public LatLong Northeast {
get {
return this.northeastField;
}
set {
this.northeastField = value;
}
}
}
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://s.mappoint.net/mappoint-30/")]
public partial class ViewByHeightWidth : MapView {
private double heightField;
private double widthField;
private LatLong centerPointField;
public ViewByHeightWidth() {
this.heightField = 0;
this.widthField = 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -