C# Class SDKDocGenerator.FilenameGenerator

Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
ServiceNamespaceContractions string>.Dictionary

Public Methods

Method Description
Escape ( string url ) : string
GenerateFilename ( ConstructorInfoWrapper info ) : string
GenerateFilename ( EventInfoWrapper info ) : string
GenerateFilename ( FieldInfoWrapper info ) : string
GenerateFilename ( MethodInfoWrapper info ) : string
GenerateFilename ( PropertyInfoWrapper info ) : string
GenerateFilename ( TypeWrapper type ) : string
GenerateNamespaceFilename ( string namespaceName ) : string
GenerateParametersTail ( IList parameters ) : string

Private Methods

Method Description
Fixup ( string name ) : string

Method Details

Escape() public static method

public static Escape ( string url ) : string
url string
return string

GenerateFilename() public static method

public static GenerateFilename ( ConstructorInfoWrapper info ) : string
info ConstructorInfoWrapper
return string

GenerateFilename() public static method

public static GenerateFilename ( EventInfoWrapper info ) : string
info EventInfoWrapper
return string

GenerateFilename() public static method

public static GenerateFilename ( FieldInfoWrapper info ) : string
info FieldInfoWrapper
return string

GenerateFilename() public static method

public static GenerateFilename ( MethodInfoWrapper info ) : string
info MethodInfoWrapper
return string

GenerateFilename() public static method

public static GenerateFilename ( PropertyInfoWrapper info ) : string
info PropertyInfoWrapper
return string

GenerateFilename() public static method

public static GenerateFilename ( TypeWrapper type ) : string
type TypeWrapper
return string

GenerateNamespaceFilename() public static method

public static GenerateNamespaceFilename ( string namespaceName ) : string
namespaceName string
return string

GenerateParametersTail() public static method

public static GenerateParametersTail ( IList parameters ) : string
parameters IList
return string

Property Details

ServiceNamespaceContractions public_oe static_oe property

public static Dictionary ServiceNamespaceContractions
return string>.Dictionary