C# Class Vishcious.ArcGIS.SLContrib.DefaultTypeProvider

Inheritance: IAttributes
Datei anzeigen Open project: OliveiraThales/GeoCache

Public Methods

Method Description
CreateDynamicWrapper ( string className ) : object
DefaultTypeProvider ( ) : System
DefaultTypeProvider ( object>.IDictionary attributes ) : System
GetValue ( string name ) : object
SetValue ( string name, object value ) : void

Method Details

CreateDynamicWrapper() public method

public CreateDynamicWrapper ( string className ) : object
className string
return object

DefaultTypeProvider() public method

public DefaultTypeProvider ( ) : System
return System

DefaultTypeProvider() public method

public DefaultTypeProvider ( object>.IDictionary attributes ) : System
attributes object>.IDictionary
return System

GetValue() public method

public GetValue ( string name ) : object
name string
return object

SetValue() public method

public SetValue ( string name, object value ) : void
name string
value object
return void