User Tools

Site Tools


thinkgeo.mapsuite.webedition.jsonmemberattribute

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.webedition.jsonmemberattribute [2015/09/18 03:08]
admin
thinkgeo.mapsuite.webedition.jsonmemberattribute [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute ====== ====== ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Indicates that a class can be serialized to a JSON string. This class cannot be inherited. Indicates that a class can be serialized to a JSON string. This class cannot be inherited.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} JsonMemberAttribute() ** ** {{wiki:​PublicMethod.gif|}} JsonMemberAttribute() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​JsonMemberAttribute.28.29/​/
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 18: Line 21:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 34: Line 37:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 46: Line 49:
 ** {{wiki:​PublicMethod.gif|}} Match(Object) ** ** {{wiki:​PublicMethod.gif|}} Match(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​Match.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 62: Line 65:
 ** {{wiki:​PublicMethod.gif|}} IsDefaultAttribute() ** ** {{wiki:​PublicMethod.gif|}} IsDefaultAttribute() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​IsDefaultAttribute.28.29/​/
  
 == Return Value == == Return Value ==
Line 74: Line 77:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 86: Line 89:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 99: Line 102:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 111: Line 114:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 126: Line 129:
 Gets or sets the name of the key part in a JSON string. Gets or sets the name of the key part in a JSON string.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​MemberName
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 134: Line 137:
 Gets or sets which part of the property object to be serialized. Gets or sets which part of the property object to be serialized.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​ValuePropertyName
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 142: Line 145:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute#​TypeId
 == Return Value == == Return Value ==
   * Type:Object   * Type:Object
thinkgeo.mapsuite.webedition.jsonmemberattribute.1442545681.txt.gz ยท Last modified: 2015/09/18 03:08 by admin