Class ScriptsQuery
Inherited Members
Namespace: Netmavryk.Rpc.Queries
Assembly: Netmavryk.dll
Syntax
public class ScriptsQuery : RpcQuery
Properties
| Improve this Doc View SourcePackData
Gets the query to the pack data
Declaration
public PackDataQuery PackData { get; }
Property Value
| Type | Description |
|---|---|
| PackDataQuery |
RunCode
Gets the query to the code run
Declaration
public RunCodeQuery RunCode { get; }
Property Value
| Type | Description |
|---|---|
| RunCodeQuery |
RunOperation
Gets the query to the operation run
Declaration
public RunOperationQuery RunOperation { get; }
Property Value
| Type | Description |
|---|---|
| RunOperationQuery |
RunScriptView
Gets the query to the script view run
Declaration
public RunScriptViewQuery RunScriptView { get; }
Property Value
| Type | Description |
|---|---|
| RunScriptViewQuery |
SimulateOperation
Gets the query to the operation simulation
Declaration
public SimulateOperationQuery SimulateOperation { get; }
Property Value
| Type | Description |
|---|---|
| SimulateOperationQuery |
TraceCode
Gets the query to the code trace
Declaration
public TraceCodeQuery TraceCode { get; }
Property Value
| Type | Description |
|---|---|
| TraceCodeQuery |
TypeCheckCode
Gets the query to the code typecheck
Declaration
public TypeCheckCodeQuery TypeCheckCode { get; }
Property Value
| Type | Description |
|---|---|
| TypeCheckCodeQuery |
TypeCheckData
Gets the query to the data typecheck
Declaration
public TypeCheckDataQuery TypeCheckData { get; }
Property Value
| Type | Description |
|---|---|
| TypeCheckDataQuery |