RodlParameterInfo

Overview

Location

Properties


Direction

 

property Direction: ParameterDirection read;

 

ParameterDirection Direction { get; }

 

ReadOnly Property Direction() As ParameterDirection

Format

 

property Format: StreamingFormat read;

 

StreamingFormat Format { get; }

 

ReadOnly Property Format() As StreamingFormat

Name

 

property Name: String read;

 

String Name { get; }

 

ReadOnly Property Name() As String

Type

 

property Type: Type read;

 

Type Type { get; }

 

ReadOnly Property Type() As Type

Instance Methods


constructor

 

constructor(name: String; type: Type; format: StreamingFormat; direction: ParameterDirection)

 

RodlParameterInfo(String name, Type type, StreamingFormat format, ParameterDirection direction)

 

Sub New(name As String, type As Type, format As StreamingFormat, direction As ParameterDirection)

Parameters:

  • name:
  • type:
  • format:
  • direction: