C# Class WikiFunctions.AWBSettings.PluginPrefs

Exibir arquivo Open project: reedy/AutoWikiBrowser

Public Properties

Property Type Description
Name string
PluginSettings object[]

Public Methods

Method Description
PluginPrefs ( string aName, object aPluginSettings ) : System

Private Methods

Method Description
PluginPrefs ( ) : System

Method Details

PluginPrefs() public method

public PluginPrefs ( string aName, object aPluginSettings ) : System
aName string
aPluginSettings object
return System

Property Details

Name public_oe property

public string Name
return string

PluginSettings public_oe property

public object[] PluginSettings
return object[]