C# Class SuperMap.Web.ISDotNET6.Entity

${IS6_Entity_Title}

${IS6_Entity_Description}

显示文件 Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
Entity ( ) : System.Collections.Generic

${IS6_Entity_constructor_None_D}

FromJson ( System.Json.JsonObject jsonObject ) : Entity

${IS6_Entity_method_fromJSON_D}

Private Methods

Method Description
ToJson ( Entity entity ) : string

Method Details

Entity() public method

${IS6_Entity_constructor_None_D}
public Entity ( ) : System.Collections.Generic
return System.Collections.Generic

FromJson() public static method

${IS6_Entity_method_fromJSON_D}
public static FromJson ( System.Json.JsonObject jsonObject ) : Entity
jsonObject System.Json.JsonObject ${IS6_Entity_method_fromJSON_param}
return Entity