Method | Description | |
---|---|---|
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 |
||
LoadAMQPTypes ( ) : amqp |
Method | Description | |
---|---|---|
Main ( string args ) : void |
public static GetCType ( string amqp_type, bool multiple ) : string | ||
amqp_type | string | |
multiple | bool | |
return | string |
public static GetDescriptor ( type type ) : descriptor | ||
type | type | |
return | descriptor |
public static GetDescriptorCode ( descriptor descriptor ) : System.UInt64 | ||
descriptor | descriptor | |
return | System.UInt64 |
public static GetMandatoryArgList ( type type ) : string | ||
type | type | |
return | string |
public static GetMandatoryArgListMock ( type type ) : string | ||
type | type | |
return | string |
public static GetMandatoryArgs ( type type ) : int>>.ICollection |
||
type | type | |
return | int>>.ICollection |
public static GetTypeByName ( ICollection |
||
types | ICollection |
|
type_name | string | |
return | type |