C# Class SDKDocGenerator.PartialTypeProvider

Inheritance: AbstractTypeProvider
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetNamespaces ( ) : IEnumerable
Résultat IEnumerable

GetType() public méthode

public GetType ( string fullName ) : TypeWrapper
fullName string
Résultat TypeWrapper

GetTypes() public méthode

public GetTypes ( ) : IEnumerable
Résultat IEnumerable

GetTypesForNamespace() public méthode

public GetTypesForNamespace ( string namespaceName ) : IEnumerable
namespaceName string
Résultat IEnumerable

PartialTypeProvider() public méthode

public PartialTypeProvider ( string docId ) : System
docId string
Résultat System

ProcessTypes() public méthode

public ProcessTypes ( IEnumerable types ) : void
types IEnumerable
Résultat void