C# Class SDKDocGenerator.AbstractTypeProvider

Inheritance: AbstractWrapper
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AbstractTypeProvider ( string docId ) : System
GetNamespaces ( ) : IEnumerable
GetType ( string name ) : TypeWrapper
GetTypes ( ) : IEnumerable
GetTypesForNamespace ( string namespaceName ) : IEnumerable

Method Details

AbstractTypeProvider() public method

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

GetNamespaces() public method

public GetNamespaces ( ) : IEnumerable
return IEnumerable

GetType() public method

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

GetTypes() public method

public GetTypes ( ) : IEnumerable
return IEnumerable

GetTypesForNamespace() public method

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