C# Class Vishcious.ArcGIS.SLContrib.AttributesBase

Base for dynamic class
Inheritance: INotifyPropertyChanged, IDisposable
Datei anzeigen Open project: OliveiraThales/GeoCache

Public Methods

Method Description
AttributesBase ( IAttributes provider ) : System
Dispose ( ) : void
GetValue ( string name ) : object
SetValue ( string name, object value ) : void

Private Methods

Method Description
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

AttributesBase() public method

public AttributesBase ( IAttributes provider ) : System
provider IAttributes
return System

Dispose() public method

public Dispose ( ) : void
return void

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