C# 클래스 Encog.App.Analyst.Script.Prop.ScriptProperties

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ClearFilenames() 공개 메소드

Clear out all filenames.
public ClearFilenames ( ) : void
리턴 void

GetFilename() 공개 메소드

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

GetProperty() 공개 메소드

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

GetPropertyBoolean() 공개 메소드

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

GetPropertyCSVFormat() 공개 메소드

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

GetPropertyDouble() 공개 메소드

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

GetPropertyFile() 공개 메소드

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

GetPropertyFormat() 공개 메소드

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

GetPropertyInt() 공개 메소드

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

GetPropertyString() 공개 메소드

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

GetPropertyURL() 공개 메소드

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

PerformRevert() 공개 메소드

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

PrepareRevert() 공개 메소드

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

ScriptProperties() 공개 메소드

Construct the object.
public ScriptProperties ( ) : System
리턴 System

SetFilename() 공개 메소드

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

SetProperty() 공개 메소드

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.
리턴 void

SetProperty() 공개 메소드

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

SetProperty() 공개 메소드

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.
리턴 void

SetProperty() 공개 메소드

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

SetProperty() 공개 메소드

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.
리턴 void

SetProperty() 공개 메소드

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.
리턴 void

SetProperty() 공개 메소드

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

SetProperty() 공개 메소드

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

ToDots() 공개 정적인 메소드

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

ToString() 공개 최종 메소드

public final ToString ( ) : String
리턴 String