C# Class SDKDocGenerator.PartialTypeProvider

Inheritance: AbstractTypeProvider
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetNamespaces ( ) : IEnumerable
GetType ( string fullName ) : TypeWrapper
GetTypes ( ) : IEnumerable
GetTypesForNamespace ( string namespaceName ) : IEnumerable
PartialTypeProvider ( string docId ) : System
ProcessTypes ( IEnumerable types ) : void

Method Details

GetNamespaces() public method

public GetNamespaces ( ) : IEnumerable
return IEnumerable

GetType() public method

public GetType ( string fullName ) : TypeWrapper
fullName string
return TypeWrapper

GetTypes() public method

public GetTypes ( ) : IEnumerable
return IEnumerable

GetTypesForNamespace() public method

public GetTypesForNamespace ( string namespaceName ) : IEnumerable
namespaceName string
return IEnumerable

PartialTypeProvider() public method

public PartialTypeProvider ( string docId ) : System
docId string
return System

ProcessTypes() public method

public ProcessTypes ( IEnumerable types ) : void
types IEnumerable
return void