C# 클래스 numl.AI.Action

Action class.
상속: IAction
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
Action ( ) : System

Default constructor.

Action ( int id, string name ) : System

Initializes a new Action.

CompareTo ( object obj ) : int

Determines the sort order of the current action relative to the specified action.

Equals ( object obj ) : bool

Determines whether this object is equal to obj

GetActionId ( double action ) : int

Creates a unique action identifier from the action value.

GetHashCode ( ) : int

Returns the current hash code value.

메소드 상세

Action() 공개 메소드

Default constructor.
public Action ( ) : System
리턴 System

Action() 공개 메소드

Initializes a new Action.
public Action ( int id, string name ) : System
id int Action identifier.
name string Name of the action.
리턴 System

CompareTo() 공개 메소드

Determines the sort order of the current action relative to the specified action.
public CompareTo ( object obj ) : int
obj object Action to comapre.
리턴 int

Equals() 공개 메소드

Determines whether this object is equal to obj
public Equals ( object obj ) : bool
obj object Object to test equality for.
리턴 bool

GetActionId() 공개 정적인 메소드

Creates a unique action identifier from the action value.
public static GetActionId ( double action ) : int
action double
리턴 int

GetHashCode() 공개 메소드

Returns the current hash code value.
public GetHashCode ( ) : int
리턴 int