C# Class Encog.App.Analyst.Script.Prop.ScriptProperties

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
ClearFilenames ( ) : void

Clear out all filenames.

GetFilename ( String file ) : String

Get a filename.

GetProperty ( String name ) : Object

Get a property as an object.

GetPropertyBoolean ( String name ) : bool

Get a property as a boolean.

GetPropertyCSVFormat ( String name ) : CSVFormat

Get a property as a format.

GetPropertyDouble ( String name ) : double

Get a property as a double.

GetPropertyFile ( String name ) : String

Get a property as a file.

GetPropertyFormat ( String name ) : AnalystFileFormat

Get a property as a format.

GetPropertyInt ( String name ) : int

Get a property as a int.

GetPropertyString ( String name ) : String

Get a property as a string.

GetPropertyURL ( String name ) : Uri

Get a property as a url.

PerformRevert ( String>.IDictionary revertedData ) : void

Perform a revert.

PrepareRevert ( ) : String>.IDictionary

Prepare a revert.

ScriptProperties ( ) : System

Construct the object.

SetFilename ( String key, String v ) : void

Set a filename.

SetProperty ( String name, AnalystFileFormat format ) : void

Set the property to a format.

SetProperty ( String name, AnalystGoal v ) : void

Set a property.

SetProperty ( String name, FileInfo f ) : void

Get a property as an object.

SetProperty ( String name, String v ) : void

Set the property to the specified value.

SetProperty ( String name, Uri url ) : void

Get a property as an object.

SetProperty ( String name, bool b ) : void

Set a property as a boolean.

SetProperty ( String name, double d ) : void

Set a property as a double.

SetProperty ( String name, int i ) : void

Set a property to an int.

ToDots ( String str ) : String

Convert a key to the dot form.

ToString ( ) : String

Method Details

ClearFilenames() public méthode

Clear out all filenames.
public ClearFilenames ( ) : void
Résultat void

GetFilename() public méthode

Get a filename.
public GetFilename ( String file ) : String
file String The file.
Résultat String

GetProperty() public méthode

Get a property as an object.
public GetProperty ( String name ) : Object
name String The name of the property.
Résultat Object

GetPropertyBoolean() public méthode

Get a property as a boolean.
public GetPropertyBoolean ( String name ) : bool
name String The property name.
Résultat bool

GetPropertyCSVFormat() public méthode

Get a property as a format.
public GetPropertyCSVFormat ( String name ) : CSVFormat
name String The property name.
Résultat CSVFormat

GetPropertyDouble() public méthode

Get a property as a double.
public GetPropertyDouble ( String name ) : double
name String The property name.
Résultat double

GetPropertyFile() public méthode

Get a property as a file.
public GetPropertyFile ( String name ) : String
name String The property name.
Résultat String

GetPropertyFormat() public méthode

Get a property as a format.
public GetPropertyFormat ( String name ) : AnalystFileFormat
name String The property name.
Résultat AnalystFileFormat

GetPropertyInt() public méthode

Get a property as a int.
public GetPropertyInt ( String name ) : int
name String The property name.
Résultat int

GetPropertyString() public méthode

Get a property as a string.
public GetPropertyString ( String name ) : String
name String The name of the property.
Résultat String

GetPropertyURL() public méthode

Get a property as a url.
public GetPropertyURL ( String name ) : Uri
name String The property name.
Résultat Uri

PerformRevert() public méthode

Perform a revert.
public PerformRevert ( String>.IDictionary revertedData ) : void
revertedData String>.IDictionary The source data to revert from.
Résultat void

PrepareRevert() public méthode

Prepare a revert.
public PrepareRevert ( ) : String>.IDictionary
Résultat String>.IDictionary

ScriptProperties() public méthode

Construct the object.
public ScriptProperties ( ) : System
Résultat System

SetFilename() public méthode

Set a filename.
public SetFilename ( String key, String v ) : void
key String The key.
v String The value.
Résultat void

SetProperty() public méthode

Set the property to a format.
public SetProperty ( String name, AnalystFileFormat format ) : void
name String The name of the property.
format AnalystFileFormat The value of the property.
Résultat void

SetProperty() public méthode

Set a property.
public SetProperty ( String name, AnalystGoal v ) : void
name String The name.
v AnalystGoal The value.
Résultat void

SetProperty() public méthode

Get a property as an object.
public SetProperty ( String name, FileInfo f ) : void
name String The name of the property.
f FileInfo The filename value.
Résultat void

SetProperty() public méthode

Set the property to the specified value.
public SetProperty ( String name, String v ) : void
name String The property name.
v String The property value.
Résultat void

SetProperty() public méthode

Get a property as an object.
public SetProperty ( String name, Uri url ) : void
name String The name of the property.
url Uri The url of the property.
Résultat void

SetProperty() public méthode

Set a property as a boolean.
public SetProperty ( String name, bool b ) : void
name String The name of the property.
b bool The value to set.
Résultat void

SetProperty() public méthode

Set a property as a double.
public SetProperty ( String name, double d ) : void
name String The name of the property.
d double The value.
Résultat void

SetProperty() public méthode

Set a property to an int.
public SetProperty ( String name, int i ) : void
name String The property name.
i int The value.
Résultat void

ToDots() public static méthode

Convert a key to the dot form.
public static ToDots ( String str ) : String
str String The key form.
Résultat String

ToString() public final méthode

public final ToString ( ) : String
Résultat String