C# 클래스 GwSharp.GwEvent

파일 보기 프로젝트 열기: Rohansi/GwSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id string
Map GwMap
Name string
State GwEventState
World GwWorld

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

비공개 메소드들

메소드 설명
GwEvent ( string id, string name, GwWorld world, GwMap map, GwEventState state ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Id 공개적으로 프로퍼티

Unique identifier of the event.
public string Id
리턴 string

Map 공개적으로 프로퍼티

Map that the event is taking place in. Null if State is inactive.
public GwMap,GwSharp Map
리턴 GwMap

Name 공개적으로 프로퍼티

Name of the event.
public string Name
리턴 string

State 공개적으로 프로퍼티

Current state of the event.
public GwEventState State
리턴 GwEventState

World 공개적으로 프로퍼티

World that the event is taking place in. Null if State is inactive.
public GwWorld,GwSharp World
리턴 GwWorld