Method | Description | |
---|---|---|
GetElement ( this doc, string index ) : System.Xml.Linq.XElement | ||
GetValue ( this doc, string index ) : string | ||
GetValueBool ( this doc, string index ) : bool | ||
GetValueDouble ( this doc, string index ) : double | ||
GetValueInt ( this doc, string index ) : int | ||
SetValue ( this doc, string index, object value ) : void |
public static GetElement ( this doc, string index ) : System.Xml.Linq.XElement | ||
doc | this | |
index | string | |
return | System.Xml.Linq.XElement |
public static GetValue ( this doc, string index ) : string | ||
doc | this | |
index | string | |
return | string |
public static GetValueBool ( this doc, string index ) : bool | ||
doc | this | |
index | string | |
return | bool |
public static GetValueDouble ( this doc, string index ) : double | ||
doc | this | |
index | string | |
return | double |
public static GetValueInt ( this doc, string index ) : int | ||
doc | this | |
index | string | |
return | int |
public static SetValue ( this doc, string index, object value ) : void | ||
doc | this | |
index | string | |
value | object | |
return | void |