====== ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle ====== {{section>upgrade_map_suite_to_10.0}} This is a structure that maintains the Style informations for the Capabilities XML DTD. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} WmsLayerStyle() ** * //This is a constructor of this class.// == Remarks == * //This is a constructor of this class.// == Parameters ==
** {{wiki:PublicMethod.gif|}} WmsLayerStyle(String) ** * //This is a constructor of this class.// == Remarks == * //This is a constructor of this class.// == Parameters == * //name// * Type:String * Description:A string value that indicates the Name element in the Style node of the Capabilities XML.
** {{wiki:PublicMethod.gif|}} WmsLayerStyle(String,String) ** * //This is a constructor of this class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle#WmsLayerStyle.28String.2C_String.29// == Parameters == * //name// * Type:String * Description:A string value that indicates the Name element in the Style node of the Capabilities XML. * //title// * Type:String * Description:A string value that indicates the Title element in the Style node of the Capabilities XML.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle#ToString.28.29// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle#Equals.28Object.29// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle#GetHashCode.28.29// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle#GetType.28.29// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle#Finalize.28.29// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.WmsLayerStyle#MemberwiseClone.28.29// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Name ** Gets or sets the Name element in the Style node of the Capabilities XML. == Remarks == Gets or sets the Name element in the Style node of the Capabilities XML. == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Title ** Gets or sets the Title element in the Style node of the Capabilities XML. == Remarks == Gets or sets the Title element in the Style node of the Capabilities XML. == Return Value == * Type:String ==== Protected Properties ==== ==== Public Events ====