Table of Contents

Class MethodSchema

Namespace
Virtufin.Api.Services
Assembly
Virtufin.Api.dll

Describes the schema of a gRPC method's input or output type.

public class MethodSchema
Inheritance
MethodSchema
Inherited Members

Properties

Fields

public List<FieldSchema> Fields { get; set; }

Property Value

List<FieldSchema>

InputTypeName

public string InputTypeName { get; set; }

Property Value

string

OutputTypeName

public string OutputTypeName { get; set; }

Property Value

string

SchemaType

public string SchemaType { get; set; }

Property Value

string