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

Inheritance: System.Web.UI.Page
Mostrar archivo 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_oe property

public AuntieDotManager Dot
return AuntieDotManager

PlayerCurrentRank public_oe property

public string PlayerCurrentRank
return string

PlayerCurrentSpecialization public_oe property

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

PlayerFavWeapon public_oe property

public string PlayerFavWeapon
return string

PlayerNextRank public_oe property

public string PlayerNextRank
return string

PlayerSpartanEmblem public_oe property

public string PlayerSpartanEmblem
return string

PlayerSpartanImage public_oe property

public string PlayerSpartanImage
return string

ServiceRecordResponse public_oe property

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