C# Class MetaGeta.DataStore.GlobalSetting

Inheritance: INotifyPropertyChanged, IDataErrorInfo
显示文件 Open project: anyoun/metageta

Public Methods

Method Description
GlobalSetting ( string name, string value, string defaultValue, GlobalSettingType type ) : System
this ( string propertyName ) : string

Method Details

GlobalSetting() public method

public GlobalSetting ( string name, string value, string defaultValue, GlobalSettingType type ) : System
name string
value string
defaultValue string
type GlobalSettingType
return System

this() public method

public this ( string propertyName ) : string
propertyName string
return string