Search Results for

    Show / Hide Table of Contents

    Class CreateOperation

    Represents a create operation.

    Inheritance
    System.Object
    Operation
    CreateOperation
    Inherited Members
    Operation.Element
    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.

    Overrides
    Operation.Accept(OperationVisitor)
    In This Article
    Back to top Copyright © 2020 software architects gmbh