C# Class System.Xml.Linq.Extensions

Afficher le fichier Open project: smartmobili/CocoaBuilder

Méthodes publiques

Méthode Description
AttributeValueOrDefault ( this xElement, string attrName, string defaultValue ) : string
GetProperty ( this xElement ) : object
IsProperty ( this xElement ) : bool

Method Details

AttributeValueOrDefault() public static méthode

public static AttributeValueOrDefault ( this xElement, string attrName, string defaultValue ) : string
xElement this
attrName string
defaultValue string
Résultat string

GetProperty() public static méthode

public static GetProperty ( this xElement ) : object
xElement this
Résultat object

IsProperty() public static méthode

public static IsProperty ( this xElement ) : bool
xElement this
Résultat bool