C# Class Caliburn.Micro.ElementConvention

Mostrar archivo Open project: dbuksbaum/Learning-Caliburn.Micro Class Usage Examples

Public Properties

Property Type Description
BindableProperty System.Windows.DependencyProperty
CreateTrigger Func
ElementType System.Type
ParameterProperty string

Property Details

BindableProperty public_oe property

The default property to be used in binding conventions.
public DependencyProperty,System.Windows BindableProperty
return System.Windows.DependencyProperty

CreateTrigger public_oe property

The default trigger to be used when wiring actions on this element.
public Func CreateTrigger
return Func

ElementType public_oe property

The type of element to which the conventions apply.
public Type,System ElementType
return System.Type

ParameterProperty public_oe property

The default property to be used for parameters of this type in actions.
public string ParameterProperty
return string