C# Class Hugula.Editor.HugulaSettingEditor

Show file Open project: tenvick/hugula Class Usage Examples

Private Properties

Property Type Description
SaveSettingData void

Public Methods

Method Description
AddExtendsPath ( string path ) : void
ContainsExtendsPath ( string path ) : bool
GetLabelsByPath ( string abPath ) : string
RemoveExtendsPath ( string path ) : void

Private Methods

Method Description
SaveSettingData ( ) : void

保存数据

Method Details

AddExtendsPath() public static method

public static AddExtendsPath ( string path ) : void
path string
return void

ContainsExtendsPath() public static method

public static ContainsExtendsPath ( string path ) : bool
path string
return bool

GetLabelsByPath() public static method

public static GetLabelsByPath ( string abPath ) : string
abPath string
return string

RemoveExtendsPath() public static method

public static RemoveExtendsPath ( string path ) : void
path string
return void