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
Afficher le fichier Open project: autocompaste/AutoComPaste

Méthodes publiques

Свойство Type Description
name String
parameters List

Méthodes publiques

Méthode Description
Operation ( String name, List parameters ) : System

Method Details

Operation() public méthode

public Operation ( String name, List parameters ) : System
name String
parameters List
Résultat System

Property Details

name public_oe property

public String name
Résultat String

parameters public_oe property

public List parameters
Résultat List