Interface IProcessorInstanceDefinition
Describes the definition of a processor instance.
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IProcessorInstanceDefinition
  Properties
InputParameterIdentifiers
Gets the input parameter identifiers.
Declaration
List<string> InputParameterIdentifiers { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | The input parameter identifiers.  | 
      
ProcessorUniqueIdentifier
Gets the processor unique identifier.
Declaration
Guid ProcessorUniqueIdentifier { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | The processor unique identifier.  |