Méthode | Description | |
---|---|---|
MetadataTypesConfig ( string baseUrl = null, bool makePartial = true, bool makeVirtual = true, bool addReturnMarker = true, bool convertDescriptionToComments = true, bool addDataContractAttributes = false, bool addIndexesToDataMembers = false, bool addGeneratedCodeAttributes = false, string addDefaultXmlNamespace = null, string baseClass = null, string package = null, bool addResponseStatus = false, bool addServiceStackTypes = true, bool addModelExtensions = true, bool addPropertyAccessors = true, bool excludeGenericBaseTypes = false, bool settersReturnThis = true, bool makePropertiesOptional = true, bool makeDataContractsExtensible = false, bool initializeCollections = true, int addImplicitVersion = null ) : System |
public MetadataTypesConfig ( string baseUrl = null, bool makePartial = true, bool makeVirtual = true, bool addReturnMarker = true, bool convertDescriptionToComments = true, bool addDataContractAttributes = false, bool addIndexesToDataMembers = false, bool addGeneratedCodeAttributes = false, string addDefaultXmlNamespace = null, string baseClass = null, string package = null, bool addResponseStatus = false, bool addServiceStackTypes = true, bool addModelExtensions = true, bool addPropertyAccessors = true, bool excludeGenericBaseTypes = false, bool settersReturnThis = true, bool makePropertiesOptional = true, bool makeDataContractsExtensible = false, bool initializeCollections = true, int addImplicitVersion = null ) : System | ||
baseUrl | string | |
makePartial | bool | |
makeVirtual | bool | |
addReturnMarker | bool | |
convertDescriptionToComments | bool | |
addDataContractAttributes | bool | |
addIndexesToDataMembers | bool | |
addGeneratedCodeAttributes | bool | |
addDefaultXmlNamespace | string | |
baseClass | string | |
package | string | |
addResponseStatus | bool | |
addServiceStackTypes | bool | |
addModelExtensions | bool | |
addPropertyAccessors | bool | |
excludeGenericBaseTypes | bool | |
settersReturnThis | bool | |
makePropertiesOptional | bool | |
makeDataContractsExtensible | bool | |
initializeCollections | bool | |
addImplicitVersion | int | |
Résultat | System |