Class ParameterCollection
List of default values.
Inheritance
System.Object
ParameterCollection
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class ParameterCollection : FreezableCollection<Parameter>
Constructors
ParameterCollection()
Declaration
public ParameterCollection()
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. |