C# Класс SuperMap.WindowsPhone.REST.Bridge

${WP_REST_Bridge_Title}

${WP_REST_Bridge_Description}

Показать файл Открыть проект

Открытые методы

Метод Описание
ToColor ( this color ) : Color

${WP_REST_Bridge_method_ServerColorToColor_D}

ToFeature ( this feature ) : Feature

${WP_REST_Bridge_method_ToFeature}

ToGeometry ( this geo ) : Geometry

${WP_REST_Bridge_method_ServerGeometryToGeometry_D}

ToServerColor ( this color ) : ServerColor

${WP_REST_Bridge_method_ColorToServerColor_D}

ToServerFeature ( this feature ) : ServerFeature

${WP_REST_Bridge_method_ToServerFeature}

ToServerGeometry ( this geo ) : ServerGeometry

${WP_REST_Bridge_method_GeometryToServerGeometry_D}

Описание методов

ToColor() публичный статический Метод

${WP_REST_Bridge_method_ServerColorToColor_D}
public static ToColor ( this color ) : Color
color this ${WP_REST_Bridge_method_ServerColorToColor_param_color}
Результат System.Windows.Media.Color

ToFeature() публичный статический Метод

${WP_REST_Bridge_method_ToFeature}
public static ToFeature ( this feature ) : Feature
feature this ${WP_REST_Bridge_method_ToFeature_param_feature}
Результат SuperMap.WindowsPhone.Core.Feature

ToGeometry() публичный статический Метод

${WP_REST_Bridge_method_ServerGeometryToGeometry_D}
public static ToGeometry ( this geo ) : Geometry
geo this ${WP_REST_Bridge_method_ServerGeometryToGeometry_param_geo}
Результат SuperMap.WindowsPhone.Core.Geometry

ToServerColor() публичный статический Метод

${WP_REST_Bridge_method_ColorToServerColor_D}
public static ToServerColor ( this color ) : ServerColor
color this ${WP_REST_Bridge_method_ColorToServerColor_param_color}
Результат ServerColor

ToServerFeature() публичный статический Метод

${WP_REST_Bridge_method_ToServerFeature}
public static ToServerFeature ( this feature ) : ServerFeature
feature this ${WP_REST_Bridge_method_ToServerFeature_param_feature}
Результат ServerFeature

ToServerGeometry() публичный статический Метод

${WP_REST_Bridge_method_GeometryToServerGeometry_D}
public static ToServerGeometry ( this geo ) : ServerGeometry
geo this ${WP_REST_Bridge_method_GeometryToServerGeometry_param_geo}
Результат ServerGeometry