C# Class EssentialsPlugin.PluginSettings

ファイルを表示 Open project: rexxar-tc/EssentialsPlugin Class Usage Examples

Public Properties

Property Type Description
Start System.DateTime

Public Methods

Method Description
GetOrSetSettings ( string line ) : string
Load ( ) : void

Loads our settings

PluginSettings ( ) : System
Save ( ) : void

Saves our settings

Private Methods

Method Description
ItemsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Triggered when items changes.

OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ReflectArray ( object obj, PropertyInfo info, SettingsOperators so, string newValue, string &result, string names ) : void
ReflectGenericList ( object obj, PropertyInfo info, SettingsOperators so, string newValue, string &result, string names ) : void
ReflectObject ( object obj, string name = "", PropertyInfo propertyInfo = null, SettingsOperators so = SettingsOperators.List, string newValue = "" ) : string

Method Details

GetOrSetSettings() public method

public GetOrSetSettings ( string line ) : string
line string
return string

Load() public method

Loads our settings
public Load ( ) : void
return void

PluginSettings() public method

public PluginSettings ( ) : System
return System

Save() public method

Saves our settings
public Save ( ) : void
return void

Property Details

Start public_oe static_oe property

public static DateTime,System Start
return System.DateTime