Table of Contents

Class MethodInfo

Namespace
Virtufin.Api
Assembly
Virtufin.Api.dll
public record MethodInfo : IEquatable<MethodInfo>
Inheritance
MethodInfo
Implements
Inherited Members

Constructors

MethodInfo(string, string, string, string)

public MethodInfo(string Name, string InputType, string OutputType, string StreamingType = "unary")

Parameters

Name string
InputType string
OutputType string
StreamingType string

Properties

InputType

public string InputType { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

OutputType

public string OutputType { get; init; }

Property Value

string

StreamingType

public string StreamingType { get; init; }

Property Value

string