Class CreateOperation
Represents a create operation.
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
Assembly: TimeCockpit.Data.dll
Syntax
public sealed class CreateOperation : Operation
Constructors
CreateOperation(ModelElement)
Initializes a new instance of the CreateOperation class.
Declaration
public CreateOperation(ModelElement element)
Parameters
Type | Name | Description |
---|---|---|
ModelElement | element | Element on which the operation should be performed. |
Methods
Accept(OperationVisitor)
Accepts the operation visitor. dispatches the corresponding visit call.
Declaration
public override void Accept(OperationVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
OperationVisitor | visitor | the visitor to dispatch. |