C# Класс amqplib_generator.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
GetCType ( string amqp_type, bool multiple ) : string
GetDescriptor ( type type ) : descriptor
GetDescriptorCode ( descriptor descriptor ) : System.UInt64
GetMandatoryArgList ( type type ) : string
GetMandatoryArgListMock ( type type ) : string
GetMandatoryArgs ( type type ) : int>>.ICollection
GetTypeByName ( ICollection types, string type_name ) : type
LoadAMQPTypes ( ) : amqp

Приватные методы

Метод Описание
Main ( string args ) : void

Описание методов

GetCType() публичный статический Метод

public static GetCType ( string amqp_type, bool multiple ) : string
amqp_type string
multiple bool
Результат string

GetDescriptor() публичный статический Метод

public static GetDescriptor ( type type ) : descriptor
type type
Результат descriptor

GetDescriptorCode() публичный статический Метод

public static GetDescriptorCode ( descriptor descriptor ) : System.UInt64
descriptor descriptor
Результат System.UInt64

GetMandatoryArgList() публичный статический Метод

public static GetMandatoryArgList ( type type ) : string
type type
Результат string

GetMandatoryArgListMock() публичный статический Метод

public static GetMandatoryArgListMock ( type type ) : string
type type
Результат string

GetMandatoryArgs() публичный статический Метод

public static GetMandatoryArgs ( type type ) : int>>.ICollection
type type
Результат int>>.ICollection

GetTypeByName() публичный статический Метод

public static GetTypeByName ( ICollection types, string type_name ) : type
types ICollection
type_name string
Результат type

LoadAMQPTypes() публичный статический Метод

public static LoadAMQPTypes ( ) : amqp
Результат amqp