Overload | Description |
Read<T>(XName,XElement,T,Func<String,T>) | This generic method produces a property value from an XElement 's attribute value, using a conversion function to convert the string to the expected type, and returning a default value if the conversion fails. |
Read(XName,XElement,String) | Consume an XAttribute on an XElement , converting the attribute's value to a String, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Boolean) | Consume an XAttribute on an XElement , converting the attribute's value to a Boolean, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Int32) | Consume an XAttribute on an XElement , converting the attribute's value to an Int32, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Guid) | Consume an XAttribute on an XElement , converting the attribute's value to a Guid, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Double) | Consume an XAttribute on an XElement , converting the attribute's value to a Double, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Point) | Consume an XAttribute on an XElement , converting the attribute's value to a Point, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Size) | Consume an XAttribute on an XElement , converting the attribute's value to a Size, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Rect) | Consume an XAttribute on an XElement , converting the attribute's value to a Rect, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Thickness) | Consume an XAttribute on an XElement , converting the attribute's value to a Thickness, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,DateTime) | Consume an XAttribute on an XElement , converting the attribute's value to a DateTime, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,TimeSpan) | Consume an XAttribute on an XElement , converting the attribute's value to a TimeSpan, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,Decimal) | Consume an XAttribute on an XElement , converting the attribute's value to a Decimal, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,IEnumerable<Int32>) | Consume an XAttribute on an XElement , converting the attribute's value to a Thickness, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,IEnumerable<Double>) | Consume an XAttribute on an XElement , converting the attribute's value to a Thickness, or return the default value if the attribute is not present or if there is a conversion exception. |
Read(XName,XElement,IEnumerable<Point>) | Consume an XAttribute on an XElement , converting the attribute's value to a Thickness, or return the default value if the attribute is not present or if there is a conversion exception. |