C# Class SuperMap.Web.iServerJava2.Entity

${iServer2_Entity_Title}

${iServer2_Entity_Description}

Afficher le fichier Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Méthodes publiques

Méthode Description
Entity ( ) : System.Collections.Generic

${iServer2_Entity_constructor_None_D}

FromJson ( System.Json.JsonObject jsonObject ) : Entity

${iServer2_Entity_method_FromJson_D}

Private Methods

Méthode Description
ToJson ( Entity entity ) : string

Method Details

Entity() public méthode

${iServer2_Entity_constructor_None_D}
public Entity ( ) : System.Collections.Generic
Résultat System.Collections.Generic

FromJson() public static méthode

${iServer2_Entity_method_FromJson_D}
public static FromJson ( System.Json.JsonObject jsonObject ) : Entity
jsonObject System.Json.JsonObject ${iServer2_Entity_method_FromJson_param_jsonObject}
Résultat Entity