C# Class Scorchio.Infrastructure.Extensions.XElementExtensions

Defines the XElementExtensions type.
Exibir arquivo Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
GetSafeAttributeStringValue ( this instance, string attributeName ) : string

Gets the safe attribute string value.

GetSafeElementStringValue ( this instance, string elementName ) : string

Gets the safe element string value.

Method Details

GetSafeAttributeStringValue() public static method

Gets the safe attribute string value.
public static GetSafeAttributeStringValue ( this instance, string attributeName ) : string
instance this The instance.
attributeName string Name of the attribute.
return string

GetSafeElementStringValue() public static method

Gets the safe element string value.
public static GetSafeElementStringValue ( this instance, string elementName ) : string
instance this The instance.
elementName string Name of the element.
return string