Class PredefinedAnonymousParameter
Represents a predefined anonymous model entity (a model entity that is not persisted) for a ModelAction
Inheritance
System.Object
PredefinedAnonymousParameter
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.DataModel.Actions
Assembly: TimeCockpit.Data.dll
Syntax
public class PredefinedAnonymousParameter : ModelActionParameterDefinition, IDynamicMetaObjectProvider, INotifyPropertyChanged
Constructors
PredefinedAnonymousParameter()
Declaration
public PredefinedAnonymousParameter()
Properties
ModelEntity
Gets or sets the model entity that is the template for the parameter that is handed to a model action
Declaration
public override ModelEntityBase ModelEntity { get; set; }
Property Value
Type | Description |
---|---|
ModelEntityBase |
Overrides
Methods
Clone()
Creates a deep copy of the model action parameter definition.
Declaration
public override ModelActionParameterDefinition Clone()
Returns
Type | Description |
---|---|
ModelActionParameterDefinition | Returns a deep copy of the model action parameter definition. |
Overrides
GetModelEntity()
Gets the model entity that is used as template for a parameter (entity object) that is passed to a model action.
Declaration
public override ModelEntityBase GetModelEntity()
Returns
Type | Description |
---|---|
ModelEntityBase | An instance of ModelEntityBase |