T
Intersoft ClientUI Documentation
BindingSourceEvaluator<T> Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : BindingSourceEvaluator<T> Class






Represents a generic binding class used to evaluate the binding source.

Object Model

BindingSourceEvaluator<T> Class

Syntax

Visual Basic (Declaration) 
Public Class BindingSourceEvaluator(Of T) 
   Inherits System.Windows.FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As BindingSourceEvaluator(Of T)
C# 
public class BindingSourceEvaluator<T> : System.Windows.FrameworkElement 
Delphi 
public class BindingSourceEvaluator = class(System.Windows.FrameworkElement)
JScript 
JScript does not support Generics.
Managed Extensions for C++ 
public __gc class BindingSourceEvaluator<T> : public System.Windows.FrameworkElement 
C++/CLI 
generic<typename T>
public ref class BindingSourceEvaluator : public System.Windows.FrameworkElement 

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            Intersoft.Client.Framework.BindingSourceEvaluator<T>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.