C# Class Test_Functionality.T4.TestControl

Show file Open project: mrange/T4Include Class Usage Examples

Public Properties

Property Type Description
Activate RoutedUICommand
AdditionalProperty System.Windows.DependencyProperty
DoActivateEvent System.Windows.RoutedEvent
IsValidCalledCount int
IsValidProperty System.Windows.DependencyProperty

Public Methods

Method Description
ClearAdditional ( DependencyObject dependencyObject ) : void
GetAdditional ( DependencyObject dependencyObject ) : string
SetAdditional ( DependencyObject dependencyObject, string value ) : void
TestControl ( ) : System.Collections

Private Methods

Method Description
Changed_IsValid ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
Changed_IsValid ( bool oldValue, bool newValue ) : void
CoerceAllProperties ( ) : void
Constructed__TestControl ( ) : void

Method Details

ClearAdditional() public static method

public static ClearAdditional ( DependencyObject dependencyObject ) : void
dependencyObject System.Windows.DependencyObject
return void

GetAdditional() public static method

public static GetAdditional ( DependencyObject dependencyObject ) : string
dependencyObject System.Windows.DependencyObject
return string

SetAdditional() public static method

public static SetAdditional ( DependencyObject dependencyObject, string value ) : void
dependencyObject System.Windows.DependencyObject
value string
return void

TestControl() public method

public TestControl ( ) : System.Collections
return System.Collections

Property Details

Activate public static property

public static RoutedUICommand Activate
return RoutedUICommand

AdditionalProperty public static property

public static DependencyProperty,System.Windows AdditionalProperty
return System.Windows.DependencyProperty

DoActivateEvent public static property

public static RoutedEvent,System.Windows DoActivateEvent
return System.Windows.RoutedEvent

IsValidCalledCount public property

public int IsValidCalledCount
return int

IsValidProperty public static property

public static DependencyProperty,System.Windows IsValidProperty
return System.Windows.DependencyProperty