C# Class PGCGame.Xml.XmlTypes.XmlCredits.Helper

ファイルを表示 Open project: GreatMindsRobotics/PGCGame

Public Properties

Property Type Description
FirstName string
ID int
Job string
LastName string

Public Methods

Method Description
Helper ( System.Xml.Linq.XElement helperElement ) : System.Collections.Generic

Method Details

Helper() public method

public Helper ( System.Xml.Linq.XElement helperElement ) : System.Collections.Generic
helperElement System.Xml.Linq.XElement
return System.Collections.Generic

Property Details

FirstName public_oe property

public string FirstName
return string

ID public_oe property

public int ID
return int

Job public_oe property

public string Job
return string

LastName public_oe property

public string LastName
return string