C# Class SuperMap.Connector.Utility.SupplyCenter.SupplyCenter

Inheritance: ISerializable
Afficher le fichier Open project: SuperMap/iClient-for-DotNet

Private Properties

Свойство Type Description

Méthodes publiques

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

使用将目标对象序列化所需的数据填充 SerializationInfo。

SupplyCenter ( ) : System

默认的构造函数。

SupplyCenter ( SupplyCenter supplyCenter ) : System

拷贝的构造函数。

Méthodes protégées

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

Method Details

GetObjectData() public méthode

使用将目标对象序列化所需的数据填充 SerializationInfo。
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo 要填充数据的 SerializationInfo。
context System.Runtime.Serialization.StreamingContext 此序列化的目标。
Résultat void

SupplyCenter() public méthode

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

SupplyCenter() protected méthode

protected SupplyCenter ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

SupplyCenter() public méthode

拷贝的构造函数。
public SupplyCenter ( SupplyCenter supplyCenter ) : System
supplyCenter SupplyCenter 类型对象。
Résultat System