Méthode | Description | |
---|---|---|
FromXElement ( XElement element ) : Account |
Converts a given T:XElement into an T:Account.
|
|
ToXElement ( Account account ) : XElement |
Converts a given Account into an T:XElement.
|
public FromXElement ( XElement element ) : Account | ||
element | XElement | The |
Résultat | Account |
public ToXElement ( Account account ) : XElement | ||
account | Account | The |
Résultat | XElement |