C# Class EssentialsPlugin.PluginSettings

Afficher le fichier Open project: rexxar-tc/EssentialsPlugin Class Usage Examples

Méthodes publiques

Свойство Type Description
Start System.DateTime

Méthodes publiques

Méthode Description
GetOrSetSettings ( string line ) : string
Load ( ) : void

Loads our settings

PluginSettings ( ) : System
Save ( ) : void

Saves our settings

Private Methods

Méthode 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 méthode

public GetOrSetSettings ( string line ) : string
line string
Résultat string

Load() public méthode

Loads our settings
public Load ( ) : void
Résultat void

PluginSettings() public méthode

public PluginSettings ( ) : System
Résultat System

Save() public méthode

Saves our settings
public Save ( ) : void
Résultat void

Property Details

Start public_oe static_oe property

public static DateTime,System Start
Résultat System.DateTime