C# Class AuntieDot.UI.Web.ServiceRecord.Default

Inheritance: System.Web.UI.Page
Show file Open project: 0xdeafcafe/AuntieDot

Public Properties

Property Type Description
Dot AuntieDotManager
PlayerCurrentRank string
PlayerCurrentSpecialization AuntieDot.Models._343.Common.Specialization
PlayerFavWeapon string
PlayerNextRank string
PlayerSpartanEmblem string
PlayerSpartanImage string
ServiceRecordResponse AuntieDot.Models._343.ServiceRecord.ServiceRecordResponse

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Dot public property

public AuntieDotManager Dot
return AuntieDotManager

PlayerCurrentRank public property

public string PlayerCurrentRank
return string

PlayerCurrentSpecialization public property

public Specialization,AuntieDot.Models._343.Common PlayerCurrentSpecialization
return AuntieDot.Models._343.Common.Specialization

PlayerFavWeapon public property

public string PlayerFavWeapon
return string

PlayerNextRank public property

public string PlayerNextRank
return string

PlayerSpartanEmblem public property

public string PlayerSpartanEmblem
return string

PlayerSpartanImage public property

public string PlayerSpartanImage
return string

ServiceRecordResponse public property

public ServiceRecordResponse,AuntieDot.Models._343.ServiceRecord ServiceRecordResponse
return AuntieDot.Models._343.ServiceRecord.ServiceRecordResponse