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

ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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 method

Clear out all filenames.
public ClearFilenames ( ) : void
return void

GetFilename() public method

Get a filename.
public GetFilename ( String file ) : String
file String The file.
return String

GetProperty() public method

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

GetPropertyBoolean() public method

Get a property as a boolean.
public GetPropertyBoolean ( String name ) : bool
name String The property name.
return bool

GetPropertyCSVFormat() public method

Get a property as a format.
public GetPropertyCSVFormat ( String name ) : CSVFormat
name String The property name.
return CSVFormat

GetPropertyDouble() public method

Get a property as a double.
public GetPropertyDouble ( String name ) : double
name String The property name.
return double

GetPropertyFile() public method

Get a property as a file.
public GetPropertyFile ( String name ) : String
name String The property name.
return String

GetPropertyFormat() public method

Get a property as a format.
public GetPropertyFormat ( String name ) : AnalystFileFormat
name String The property name.
return AnalystFileFormat

GetPropertyInt() public method

Get a property as a int.
public GetPropertyInt ( String name ) : int
name String The property name.
return int

GetPropertyString() public method

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

GetPropertyURL() public method

Get a property as a url.
public GetPropertyURL ( String name ) : Uri
name String The property name.
return Uri

PerformRevert() public method

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

PrepareRevert() public method

Prepare a revert.
public PrepareRevert ( ) : String>.IDictionary
return String>.IDictionary

ScriptProperties() public method

Construct the object.
public ScriptProperties ( ) : System
return System

SetFilename() public method

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

SetProperty() public method

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.
return void

SetProperty() public method

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

SetProperty() public method

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.
return void

SetProperty() public method

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

SetProperty() public method

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.
return void

SetProperty() public method

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.
return void

SetProperty() public method

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

SetProperty() public method

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

ToDots() public static method

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

ToString() public final method

public final ToString ( ) : String
return String