MatchObjective Class |
Namespace: GW2CSharp.V2.Unauthenticated.WvW
public class MatchObjective
The MatchObjective type exposes the following members.
Name | Description | |
---|---|---|
![]() | MatchObjective | Initializes a new instance of the MatchObjective class |
Name | Description | |
---|---|---|
![]() | ClaimedAt |
The time the objective was claimed by the claimed_by guild (ISO-8601 Standard), or null if not claimed.
|
![]() | ClaimedBy |
The guild id of the guild currently claiming the objective, or null if not claimed.
|
![]() | Id |
The objective id.
|
![]() | LastFlipped |
The time at which this objective was last captured by a server. (ISO-8601 Standard)
|
![]() | Owner |
The current owner of the objective.
|
![]() | Type |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |