Class ProcessorReference
Processor function description.
Inheritance
System.Object
    ProcessorReference
  Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ProcessorReference : Object
  Properties
ArgumentCount
Number of arguments that processor takes.
Declaration
public int ArgumentCount { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Description
Processor functionality and structure description.
Declaration
public string Description { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Processor name.
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |