C# Class SuperMap.WindowsPhone.REST.ServerColor

${WP_REST_ServerType_ServerColor_Tile}

${WP_REST_ServerType_ServerColor_Description}

Show file Open project: SuperMap/iClient-for-Win8

Private Properties

Property Type Description

Public Methods

Method Description
ServerColor ( ) : Newtonsoft.Json

${WP_REST_ServerType_ServerColor_constructor_None_D}

ServerColor ( int red, int green, int blue ) : Newtonsoft.Json

${WP_REST_ServerType_ServerColor_constructor_String_D}

Method Details

ServerColor() public method

${WP_REST_ServerType_ServerColor_constructor_None_D}
public ServerColor ( ) : Newtonsoft.Json
return Newtonsoft.Json

ServerColor() public method

${WP_REST_ServerType_ServerColor_constructor_String_D}
public ServerColor ( int red, int green, int blue ) : Newtonsoft.Json
red int
green int
blue int
return Newtonsoft.Json