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. |
The input parameter identifiers. |
ProcessorUniqueIdentifier
Gets the processor unique identifier.
Declaration
Guid ProcessorUniqueIdentifier { get; }
Property Value
Type | Description |
---|---|
System. |
The processor unique identifier. |