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

Afficher le fichier Open project: GreatMindsRobotics/PGCGame

Méthodes publiques

Свойство Type Description
FirstName string
ID int
Job string
LastName string

Méthodes publiques

Méthode Description
Helper ( System.Xml.Linq.XElement helperElement ) : System.Collections.Generic

Method Details

Helper() public méthode

public Helper ( System.Xml.Linq.XElement helperElement ) : System.Collections.Generic
helperElement System.Xml.Linq.XElement
Résultat System.Collections.Generic

Property Details

FirstName public_oe property

public string FirstName
Résultat string

ID public_oe property

public int ID
Résultat int

Job public_oe property

public string Job
Résultat string

LastName public_oe property

public string LastName
Résultat string