C# 클래스 SuperMap.Web.ISDotNET6.Entity

${IS6_Entity_Title}

${IS6_Entity_Description}

파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight 1 사용 예제들

공개 메소드들

메소드 설명
Entity ( ) : System.Collections.Generic

${IS6_Entity_constructor_None_D}

FromJson ( System.Json.JsonObject jsonObject ) : Entity

${IS6_Entity_method_fromJSON_D}

비공개 메소드들

메소드 설명
ToJson ( Entity entity ) : string

메소드 상세

Entity() 공개 메소드

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

FromJson() 공개 정적인 메소드

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