C# 클래스 GwSharp.GwMatchObjective

파일 보기 프로젝트 열기: Rohansi/GwSharp

공개 프로퍼티들

프로퍼티 타입 설명
Details GwMatchDetails
Id string
Map GwMatchMap
Name string
Owner GwMatchTeam

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GwMatchObjective ( GwMatchDetails details, GwMatchMap map, string id, string name, GwMatchTeam owner ) : System
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GwMatchObjective() 공개 메소드

public GwMatchObjective ( GwMatchDetails details, GwMatchMap map, string id, string name, GwMatchTeam owner ) : System
details GwMatchDetails
map GwMatchMap
id string
name string
owner GwMatchTeam
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Details 공개적으로 프로퍼티

Reference to the parent GwMatchDetails instance.
public GwMatchDetails,GwSharp Details
리턴 GwMatchDetails

Id 공개적으로 프로퍼티

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

Map 공개적으로 프로퍼티

Reference to the parent GwMatchMap instance.
public GwMatchMap,GwSharp Map
리턴 GwMatchMap

Name 공개적으로 프로퍼티

Name of the objective.
public string Name
리턴 string

Owner 공개적으로 프로퍼티

Owner of the objective.
public GwMatchTeam Owner
리턴 GwMatchTeam