C# Class Vishcious.ArcGIS.SLContrib.TypeFactory

DynamicTypeFactory class
Datei anzeigen Open project: OliveiraThales/GeoCache

Public Methods

Method Description
CreateType ( string name, Type>.IDictionary properties ) : Type

Creates the type.

CreateType ( string name, IEnumerable properties ) : Type

Creates the type.

Method Details

CreateType() public static method

Creates the type.
public static CreateType ( string name, Type>.IDictionary properties ) : Type
name string The name.
properties Type>.IDictionary The property names and its corresponding types.
return System.Type

CreateType() public static method

Creates the type.
public static CreateType ( string name, IEnumerable properties ) : Type
name string The name.
properties IEnumerable The properties.
return System.Type