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

Holds constant type information for each of the properties that the script might have. This constant information allows values to be validated. This class is a singleton.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
FindEntry ( String v ) : PropertyEntry

Find an entry based on a string.

GetEntries ( String section, String subSection ) : List

Get all entries for a section/subsection.

GetEntry ( String section, String subSection, String name ) : PropertyEntry

Get a single property entry. If the section and subsection do not exist, an error is thrown.

비공개 메소드들

메소드 설명
PropertyConstraints ( ) : System

Private constructor.

메소드 상세

FindEntry() 공개 메소드

Find an entry based on a string.
public FindEntry ( String v ) : PropertyEntry
v String The property to find.
리턴 PropertyEntry

GetEntries() 공개 메소드

Get all entries for a section/subsection.
public GetEntries ( String section, String subSection ) : List
section String The section to find.
subSection String The subsection to find.
리턴 List

GetEntry() 공개 메소드

Get a single property entry. If the section and subsection do not exist, an error is thrown.
public GetEntry ( String section, String subSection, String name ) : PropertyEntry
section String The section.
subSection String The subsection.
name String The name of the property.
리턴 PropertyEntry