C# (CSharp) Thinktecture.Tools.Web.Services.CodeGeneration Namespace

Nested Namespaces

Thinktecture.Tools.Web.Services.CodeGeneration.Decorators

Classes

Name Description
ArraysToCollectionsConverter This class implements the code decorator for converting arrays to collections.
ArraysToListsConverter This class implements the code decorator for converting arrays to typed lists.
AttributableCodeDomObject
ClientServiceGenerationException Exception thrown if critical errors occur during Client/Service code generation.
ClientServiceGenerator Factory class for generating instances of GeneratedCode type.
ClientTypeConverter
ClientTypeTypeFilter This class implements the type filter for filtering client types.
CodeAttributeArgumentExtended
CodeDecorators This class abstracts several ICodeDecorators and provides the necessary interface to manipulate them.
CodeDomExtensions Extension methods to the CodeDom classes.
CodeGenerationOptions
CodeGenerationOptionsParser
CodeGenerator This class works as the main interface between the client and the code generation API.
CodeRefactoringAgent
CodeTypeExtension
CodeTypeMemberExtension
CodeWriter This class implements the methods that are required to produce the final code out of the CodeDom object graph and write the generated code in to the desired location.
CodeWriterException This exceptions is thrown when there is a problem while resolving meta data for a given WSDL document.
CodeWriterOptions
CodeWriterOutput This class defines the data structure used to return the CodeWriter output.
CollectionTypeProvider
ConfigurationDecorator
CustomCodeGenerationOptions
DataContractConverter
DataContractGenerator Generates the CodeDOM for data contracts.
DataContractTypeFilter This class implements the type filter for filtering data contracts.
ElementStore
ExtendedCodeDomTree This class represents the generated code tree.
InternalCodeGenerationOptions
ListTypeProvider
MessageContractConverter
MessageContractTypeFilter This class implements the type filter for filtering message contracts.
MetadataFactory Retrieves and imports meta data for WSDL documents and XSD files.
MetadataResolveException This exceptions is thrown when there is a problem while resolving meta data for a given WSDL document.
MetadataResolverOptions
PascalCaseConverter This class implements the code decorator for converting type/member names from Camel case to Pascal case.
PascalCaseConverterBase
PascalCaseConverterFactory
PrimaryCodeGenerationOptions
R2DBinding
R2DMessage
R2DOperation
R2DPortType
R2DType
Rpc2DocumentLiteralTranslationException
Rpc2DocumentLiteralTranslator
ServiceContractConverter
ServiceContractTypeFilter This class implements the type filter for filtering service contracts.
ServiceTypeGenerator This class contains the code decorator implementation for generating the service type.
ServiceTypeTypeFilter This class implements the type filter for filtering service types.
TextFile A text file that is included with the code output.