Method | Description | |
---|---|---|
BindPath ( |
Binds the specified target property to the specified path property.
|
|
IsXmlNode ( object item ) : bool |
Returns a boolean indicating if the specified object is an xml node object without forcing the Xml assembly to be loaded
|
Method | Description | |
---|---|---|
IsXmlNodeHelper ( object item ) : bool |
public static BindPath ( |
||
container | The element associated with the item | |
item | object | The underlying data item |
path | string | The path property to provide the value for the specified |
targetProperty | The property whose value is to come from the specified path of the underlying data item. | |
return | void |
public static IsXmlNode ( object item ) : bool | ||
item | object | The object to evaluate |
return | bool |