Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ACPAddIn
Object_Class
Operation
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
Exibir arquivo
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_oe property
public
String
name
return
String
parameters
public_oe property
public
List
parameters
return
List