C# Class SuperMap.Connector.Utility.WFSLayer

Inheritance: Layer
Afficher le fichier Open project: SuperMap/iClient-for-DotNet Class Usage Examples

Private Properties

Свойство Type Description
WFSLayer System

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

实现自 System.Runtime.Serialization.ISerializable 接口。

WFSLayer ( ) : System

默认的构造函数。

WFSLayer ( WFSLayer wfsLayer ) : System

拷贝的构造函数。

Private Methods

Méthode Description
WFSLayer ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

实现自 System.Runtime.Serialization.ISerializable 接口。
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo 要填充数据的SerializationInfo。
context System.Runtime.Serialization.StreamingContext 此序列化的目标。
Résultat void

WFSLayer() public méthode

默认的构造函数。
public WFSLayer ( ) : System
Résultat System

WFSLayer() public méthode

拷贝的构造函数。
public WFSLayer ( WFSLayer wfsLayer ) : System
wfsLayer WFSLayer WFSLayer实例。
Résultat System