C# Class GwSharp.GwMatchObjective

Show file Open project: Rohansi/GwSharp

Public Properties

Property Type Description
Details GwMatchDetails
Id string
Map GwMatchMap
Name string
Owner GwMatchTeam

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GwMatchObjective ( GwMatchDetails details, GwMatchMap map, string id, string name, GwMatchTeam owner ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GwMatchObjective() public method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Details public property

Reference to the parent GwMatchDetails instance.
public GwMatchDetails,GwSharp Details
return GwMatchDetails

Id public property

Unique identifier of the objective.
public string Id
return string

Map public property

Reference to the parent GwMatchMap instance.
public GwMatchMap,GwSharp Map
return GwMatchMap

Name public property

Name of the objective.
public string Name
return string

Owner public property

Owner of the objective.
public GwMatchTeam Owner
return GwMatchTeam