C# 클래스 StackOverflowDumpCodeBuilder.BaseMapper

파일 보기 프로젝트 열기: tekpub/MasteringLinq

보호된 메소드들

메소드 설명
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

메소드 상세

EnumerateAttributes() 보호된 메소드

protected EnumerateAttributes ( IEnumerable elements ) : void
elements IEnumerable
리턴 void

GetDateAttributeValue() 보호된 메소드

protected GetDateAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : System.DateTime
element System.Xml.Linq.XElement
attributeName string
리턴 System.DateTime

GetIntAttributeValue() 보호된 메소드

protected GetIntAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : int
element System.Xml.Linq.XElement
attributeName string
리턴 int

GetStringAttributeValue() 보호된 메소드

protected GetStringAttributeValue ( System.Xml.Linq.XElement element, string attributeName ) : string
element System.Xml.Linq.XElement
attributeName string
리턴 string