User Tools

Site Tools


map_suite_mvc_edition_release_change_log_version_8.0.0.0

Map Suite Mvc Edition Release Change Log Version 8.0.0.0

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 0

Total number of types added (in both new and existing namespaces): 0

Types removed from existing namespaces: 3


Members

Members added on new types: 0

Members added to existing types: 1

Members removed from existing types: 5

Members removed on removed types: 15


Attributes

Attributes added: 0

Attributes added and shown: 0

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\MvcEdition\7.0.0.0\Managed Assemblies\MvcEdition.dll, Assembly Version=7.0.0.0, File Version=7.0.0.0

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\MvcEdition\8.0.0.0\Managed Assemblies\MvcEdition.dll, Assembly Version=8.0.0.0, File Version=8.0.0.0

// Total number of new assemblies: 1


MvcEdition, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null


namespace ThinkGeo.MapSuite.MvcEdition {

[[SerializableAttribute]]

public class EntityModelBinder : IModelBinder {

public virtual sealed Object BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext);

}


[[SerializableAttribute]]

public class InMemoryMarkerOverlay : MarkerOverlay {

[[ObsoleteAttribute("This property is obsolete, please use FeatureSource.InternalFeatures instead. This API is obsolete and may be removed in or after Version 8.0.")]]

public GeoCollection Features { get; }

}


[[ModelBinderAttribute(typeof(MapEntityModelBinder))]]

[[SerializableAttribute]]

public class Map : MvcControlBase, IEntity {

[[JsonMemberAttribute(MemberName="maxExtent")]]

protected RectangleShape MaxExtent { get; }

}


[[AttributeUsageAttribute(AttributeTargets.All,|AllowMultiple=true)]]

[[SerializableAttribute]]

public class MapActionFilterAttribute : ActionFilterAttribute, IActionFilter, IResultFilter {

public virtual override void OnActionExecuting(ActionExecutingContext filterContext);

}


[[SerializableAttribute]]

public class OverlayCollection {

public YahooOverlaySetting YahooOverlay(YahooMapType yahooMapType);

public YahooOverlaySetting YahooOverlay(String id, YahooMapType yahooMapType);

public YahooOverlaySetting YahooOverlay();

public YahooOverlaySetting YahooOverlay(String id);

}


public sealed enum YahooMapType; // removed

public class YahooOverlay; // removed

public class YahooOverlaySetting; // removed

} // end of namespace ThinkGeo.MapSuite.MvcEdition


map_suite_mvc_edition_release_change_log_version_8.0.0.0.txt · Last modified: 2015/09/01 07:54 by admin