C# Class LinqIntro.Mappers.BaseMapper

Afficher le fichier Open project: tekpub/MasteringLinq

Méthodes protégées

Méthode Description
EnumerateAttributes ( IEnumerable elements ) : void
GetDateAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : System.DateTime
GetIntAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : int
GetStringAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : string

Method Details

EnumerateAttributes() protected méthode

protected EnumerateAttributes ( IEnumerable elements ) : void
elements IEnumerable
Résultat void

GetDateAttributeValue() protected méthode

protected GetDateAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : System.DateTime
element System.Xml.Linq.XElement
attributeName string
Résultat System.DateTime

GetIntAttributeValue() protected méthode

protected GetIntAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : int
element System.Xml.Linq.XElement
attributeName string
Résultat int

GetStringAttributeValue() protected méthode

protected GetStringAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : string
element System.Xml.Linq.XElement
attributeName string
Résultat string