C# Класс Dev2.Studio.Dock.BindingHelper

Static class with methods relating to binding
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BindPath ( DependencyObject container, object item, string path, DependencyProperty targetProperty ) : void

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

Приватные методы

Метод Описание
IsXmlNodeHelper ( object item ) : bool

Описание методов

BindPath() публичный статический Метод

Binds the specified target property to the specified path property.
public static BindPath ( DependencyObject container, object item, string path, DependencyProperty targetProperty ) : void
container System.Windows.DependencyObject 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 System.Windows.DependencyProperty The property whose value is to come from the specified path of the underlying data item.
Результат void

IsXmlNode() публичный статический Метод

Returns a boolean indicating if the specified object is an xml node object without forcing the Xml assembly to be loaded
public static IsXmlNode ( object item ) : bool
item object The object to evaluate
Результат bool