Method | Description | |
---|---|---|
GetBool ( this element, string name, bool defaultValue = false ) : bool | ||
GetColor ( this element, string name ) : Color | ||
GetColor ( this element, string name, Color defaultColor ) : Color | ||
GetColor ( this element, string name, string defaultColor ) : Color | ||
GetDate ( this element, string name, System.DateTime defaultValue ) : System.DateTime | ||
GetDouble ( this element, string name ) : Double | ||
GetDouble ( this element, string name, double defaultValue ) : Double | ||
GetGuid ( this element, string name ) : System.Guid | ||
GetInt ( this element, string name, int defaultValue ) : int | ||
GetLong ( this element, string name, long defaultValue ) : long | ||
GetNullBool ( this element, string name ) : bool? | ||
GetNullColor ( this element, string name ) : Color? | ||
GetNullDouble ( this element, string name ) : Double? | ||
GetNullInt ( this element, string name ) : int? | ||
GetString ( this element, string name ) : string | ||
GetString ( this element, string name, string defaultValue ) : string | ||
GetUri ( this element, string name ) : |
public static GetBool ( this element, string name, bool defaultValue = false ) : bool | ||
element | this | |
name | string | |
defaultValue | bool | |
return | bool |
public static GetColor ( this element, string name ) : Color | ||
element | this | |
name | string | |
return | Color |
public static GetColor ( this element, string name, Color defaultColor ) : Color | ||
element | this | |
name | string | |
defaultColor | Color | |
return | Color |
public static GetColor ( this element, string name, string defaultColor ) : Color | ||
element | this | |
name | string | |
defaultColor | string | |
return | Color |
public static GetDate ( this element, string name, System.DateTime defaultValue ) : System.DateTime | ||
element | this | |
name | string | |
defaultValue | System.DateTime | |
return | System.DateTime |
public static GetDouble ( this element, string name ) : Double | ||
element | this | |
name | string | |
return | Double |
public static GetDouble ( this element, string name, double defaultValue ) : Double | ||
element | this | |
name | string | |
defaultValue | double | |
return | Double |
public static GetGuid ( this element, string name ) : System.Guid | ||
element | this | |
name | string | |
return | System.Guid |
public static GetInt ( this element, string name, int defaultValue ) : int | ||
element | this | |
name | string | |
defaultValue | int | |
return | int |
public static GetLong ( this element, string name, long defaultValue ) : long | ||
element | this | |
name | string | |
defaultValue | long | |
return | long |
public static GetNullBool ( this element, string name ) : bool? | ||
element | this | |
name | string | |
return | bool? |
public static GetNullColor ( this element, string name ) : Color? | ||
element | this | |
name | string | |
return | Color? |
public static GetNullDouble ( this element, string name ) : Double? | ||
element | this | |
name | string | |
return | Double? |
public static GetNullInt ( this element, string name ) : int? | ||
element | this | |
name | string | |
return | int? |
public static GetString ( this element, string name ) : string | ||
element | this | |
name | string | |
return | string |
public static GetString ( this element, string name, string defaultValue ) : string | ||
element | this | |
name | string | |
defaultValue | string | |
return | string |
public static GetUri ( this element, string name ) : |
||
element | this | |
name | string | |
return |