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

Show file 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 property

public string FirstName
return string

ID public property

public int ID
return int

Job public property

public string Job
return string

LastName public property

public string LastName
return string