C# Class Sparkles.Preset

Inheritance: System.Xml.XmlDocument
Mostra file Open project: hbons/SparkleShare Class Usage Examples

Public Properties

Property Type Description
LocalPresetsPath string
PresetsPath string

Public Methods

Method Description
Create ( string name, string description, string address_value, string address_example, string path_value, string path_example ) : Preset
Preset ( string preset_path ) : System

Private Methods

Method Description
GetValue ( string a, string b ) : string

Method Details

Create() public static method

public static Create ( string name, string description, string address_value, string address_example, string path_value, string path_example ) : Preset
name string
description string
address_value string
address_example string
path_value string
path_example string
return Preset

Preset() public method

public Preset ( string preset_path ) : System
preset_path string
return System

Property Details

LocalPresetsPath public_oe static_oe property

public static string LocalPresetsPath
return string

PresetsPath public_oe static_oe property

public static string PresetsPath
return string