C# Class ACPAddIn.Object_Class.Operation

This class contain the same data structure for the Operation object in Java ACP. It is used for to convert between JSON and object. Author: Loke Yan Hao
Show file Open project: autocompaste/AutoComPaste

Public Properties

Property Type Description
name String
parameters List

Public Methods

Method Description
Operation ( String name, List parameters ) : System

Method Details

Operation() public method

public Operation ( String name, List parameters ) : System
name String
parameters List
return System

Property Details

name public property

public String name
return String

parameters public property

public List parameters
return List