C# Class Engage.Dnn.Locator.Maps.MapProviderType

Show file Open project: EngageSoftware/Engage-Locator Class Usage Examples

Public Properties

Property Type Description
GoogleMaps MapProviderType
YahooMaps MapProviderType

Public Methods

Method Description
GetFromName ( string name, Type ct ) : MapProviderType
GetMapProviderClassByName ( string name ) : string
GetMapProviderTypes ( ) : ReadOnlyCollection

Private Methods

Method Description
MapProviderType ( string name, string className ) : System

Method Details

GetFromName() public static method

public static GetFromName ( string name, Type ct ) : MapProviderType
name string
ct System.Type
return MapProviderType

GetMapProviderClassByName() public static method

public static GetMapProviderClassByName ( string name ) : string
name string
return string

GetMapProviderTypes() public static method

public static GetMapProviderTypes ( ) : ReadOnlyCollection
return ReadOnlyCollection

Property Details

GoogleMaps public static property

public static MapProviderType,Engage.Dnn.Locator.Maps GoogleMaps
return MapProviderType

YahooMaps public static property

public static MapProviderType,Engage.Dnn.Locator.Maps YahooMaps
return MapProviderType