Class Parameter
Provides the expression for a default value.
Inheritance
System.Object
Parameter
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class Parameter : Freezable
Constructors
Parameter()
Declaration
public Parameter()
Fields
NameProperty
Identifies the TargetName property.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
ValueProperty
Identifies the DefaultValueExpression property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
Name
Gets or sets the Name of the target property or relation for the default value.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the expression for the default value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
CreateInstanceCore()
Creates a new instance of the Freezable derived class.
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type | Description |
---|---|
System.Windows.Freezable | The new instance. |