Свойство | Type | Description | |
---|---|---|---|
DetermineType | string | ||
GetTypeUnmarshallerName | string |
Méthode | Description | |
---|---|---|
DetermineType ( ) : string |
Used to get the proper type of the member so that it can be used in the generator for proper code
|
|
DetermineTypeUnmarshallerInstantiate ( ) : string |
Determines the type of the unmarshaller for the member
|
|
DetermineTypeUnmarshallerInstantiate ( JsonData extendedData ) : string |
This returns the code that instantiates an unmarshaller. It will be called recursively for maps and lists to handle the generic declarations.
|
|
GetParamDocumentationForConstructor ( string className ) : string | ||
GetParamDocumentationForOperation ( string operationName ) : string | ||
GetPrimitiveType ( ) : string | ||
GetSerializationInfoMethodName ( ) : string | ||
Member ( |
||
Member ( |
||
ToString ( ) : string |
Creates a representation of the member as a string using the member name
|
Méthode | Description | |
---|---|---|
DetermineType ( JsonData extendedData, bool treatEnumsAsString ) : string |
Determines the type of the member based on customizations, if it isn't custom then it pulls from the full json model to get the shape of this member
|
|
GetTypeUnmarshallerName ( JsonData extendedData ) : string |
This method gets the name of an unmarshaller for a type. It is used from within DetermineTypeUnmarshallerInstantiate to get the types for the generic declarations of maps and lists.
|
public DetermineTypeUnmarshallerInstantiate ( ) : string | ||
Résultat | string |
public DetermineTypeUnmarshallerInstantiate ( JsonData extendedData ) : string | ||
extendedData | JsonData | |
Résultat | string |
public GetParamDocumentationForConstructor ( string className ) : string | ||
className | string | |
Résultat | string |
public GetParamDocumentationForOperation ( string operationName ) : string | ||
operationName | string | |
Résultat | string |
public GetSerializationInfoMethodName ( ) : string | ||
Résultat | string |
public Member ( |
||
model | ||
owningShape | ||
name | string | |
defaultMarshallName | string | |
propertyInjector | ||
Résultat | System.Reflection |
public Member ( |
||
model | ||
owningShape | ||
name | string | |
defaultMarshallName | string | |
data | JsonData | |
propertyModifier | ||
Résultat | System.Reflection |