C# Class Sparkles.Preset

Inheritance: System.Xml.XmlDocument
Afficher le fichier Open project: hbons/SparkleShare Class Usage Examples

Méthodes publiques

Свойство Type Description
LocalPresetsPath string
PresetsPath string

Méthodes publiques

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

Méthode Description
GetValue ( string a, string b ) : string

Method Details

Create() public static méthode

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
Résultat Preset

Preset() public méthode

public Preset ( string preset_path ) : System
preset_path string
Résultat System

Property Details

LocalPresetsPath public_oe static_oe property

public static string LocalPresetsPath
Résultat string

PresetsPath public_oe static_oe property

public static string PresetsPath
Résultat string