Méthode | Description | |
---|---|---|
GenerateDataObject ( |
||
GenerateDataObjectFactory ( ) : void | ||
GenerateDelegateClasses ( ) : void | ||
GenerateService ( |
||
Generator ( |
||
GetMethodReturnType ( |
||
IsTask ( |
Méthode | Description | |
---|---|---|
CheckParametersIds ( |
||
ConvertFieldToParametersList ( |
||
ConvertFromTypeToThrift ( |
Converts from regular type to equivalent DataType.
|
|
ConvertToActualParameters ( IEnumerable |
||
ConvertToParametersList ( |
||
GenerateContainerDoubleElementDeserialization ( |
Generates the code to deserialize a double element container
|
|
GenerateContainerDoubleElementSerialization ( |
Generates the code to serialize a dual element container
|
|
GenerateDataObjectClass ( string className, List |
||
GenerateDataObjectOverride ( string name, string className, bool hasBaseType, bool isValueType, System.Action printer ) : void | ||
GenerateDataObjectRead ( string className, bool hasBaseType, bool isValueType, IEnumerable |
||
GenerateDataObjectWrite ( string className, bool hasBaseType, bool isValueType ) : void | ||
GenerateDataObjectWriteBitField ( IEnumerable |
||
GenerateDelegateClass ( |
||
GenerateDelegateProxyInvoke ( |
||
GenerateEventSubscribeMethod ( |
||
GenerateEventUnsubscribeMethod ( |
||
GenerateListDeserialize ( |
Generates the code to deserialize a list
|
|
GenerateListSerialize ( |
Generates the code to serialize a list
|
|
GenerateMapDeserialize ( |
Generates the code to deserialize a map
|
|
GenerateMapSerialize ( |
Generates the code to serialize a map
|
|
GenerateMethodSerializers ( |
||
GenerateParameterList ( IList |
||
GenerateProtocolMethod ( |
||
GenerateProtocolReceive ( |
||
GenerateProtocolSend ( |
||
GenerateProxyEvent ( |
||
GenerateServiceProcessMethod ( |
||
GenerateServiceProcessor ( |
||
GenerateServiceProxy ( |
||
GenerateTypeDeserialization ( |
Generates the code to deserialize a single element of an array
|
|
GenerateTypeSerialization ( |
Generates the code to serialize a type
|
|
GenerateUsings ( ) : void | ||
GetAllFields ( |
||
GetAllProperties ( |
||
GetBaseDataObjects ( |
||
GetDelegateImplClassName ( |
||
GetDelegateName ( |
||
GetDelegateProxyClassName ( |
||
GetEventId ( |
||
GetEventSubscribeMethodName ( |
||
GetEventUnsubscribeMethodName ( |
||
GetInheritedService ( |
||
GetMessageFlags ( |
||
GetProcedureArgsClassName ( |
||
GetProcedureCallId ( |
||
GetProcedureProcessMethodName ( |
||
GetProcedureResultClassName ( |
||
GetProperty ( |
If method is getter or setter of a property returns the PropertyInfo associated
|
|
GetStubsClassName ( |
||
GetTypeCast ( |
||
GetTypeCastToStub ( |
||
GetTypeName ( |
||
HasArgsSerializer ( |
||
HasResultSerializer ( |
||
IsDelegate ( |
||
IsEventMethod ( |
||
IsInstanceOfGenericType ( |
Checks if type is a generic type and if it is of the type of genericType or assignable to it
|
|
IsInstanceOfGenericType ( |
Checks if type of instance is a generic type and if it is of the type of genericType or assignable to it
|
|
IsNullableType ( |
||
ToTitleCase ( string str ) : string |
public GenerateDataObject ( |
||
type | ||
Résultat | void |
public GenerateDataObjectFactory ( ) : void | ||
Résultat | void |
public GenerateService ( |
||
type | ||
Résultat | void |
public Generator ( |
||
currentAssembly | ||
generationContext | ||
Résultat | System |
public static GetMethodReturnType ( |
||
method | ||
Résultat |
public static IsTask ( |
||
type | ||
Résultat | bool |