Class OperationCallEventArgs
Inheritance
OperationCallEventArgs
Assembly: NMF.Models.dll
Syntax
public class OperationCallEventArgs : EventArgs
Constructors
|
Edit this page
View Source
Declaration
public OperationCallEventArgs(IModelElement target, IOperation operation, params object[] arguments)
Parameters
Properties
|
Edit this page
View Source
Arguments
Declaration
public object[] Arguments { get; }
Property Value
|
Edit this page
View Source
Operation
Declaration
public IOperation Operation { get; }
Property Value
|
Edit this page
View Source
Result
Declaration
public object Result { get; set; }
Property Value
|
Edit this page
View Source
Target
Declaration
public IModelElement Target { get; }
Property Value