C# Class SDKDocGenerator.TypeWrapper

Inheritance: AbstractWrapper
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GenericTypeArguments ( ) : IList
GetConstructors ( ) : IList
GetDisplayName ( bool useFullName ) : string
GetEnumNames ( ) : string[]
GetEvents ( ) : IList
GetFields ( ) : IList
GetHelpURL ( SDKDocGenerator.FrameworkVersion version, string &url, string &target ) : void
GetInterfaces ( ) : IList
GetMethodsToDocument ( ) : IList
GetNestedTypesToDocument ( ) : IList
GetProperties ( ) : IList
ToString ( ) : string
TypeWrapper ( Type type, string docId ) : System

Method Details

GenericTypeArguments() public method

public GenericTypeArguments ( ) : IList
return IList

GetConstructors() public method

public GetConstructors ( ) : IList
return IList

GetDisplayName() public method

public GetDisplayName ( bool useFullName ) : string
useFullName bool
return string

GetEnumNames() public method

public GetEnumNames ( ) : string[]
return string[]

GetEvents() public method

public GetEvents ( ) : IList
return IList

GetFields() public method

public GetFields ( ) : IList
return IList

GetHelpURL() public method

public GetHelpURL ( SDKDocGenerator.FrameworkVersion version, string &url, string &target ) : void
version SDKDocGenerator.FrameworkVersion
url string
target string
return void

GetInterfaces() public method

public GetInterfaces ( ) : IList
return IList

GetMethodsToDocument() public method

public GetMethodsToDocument ( ) : IList
return IList

GetNestedTypesToDocument() public method

public GetNestedTypesToDocument ( ) : IList
return IList

GetProperties() public method

public GetProperties ( ) : IList
return IList

ToString() public method

public ToString ( ) : string
return string

TypeWrapper() public method

public TypeWrapper ( Type type, string docId ) : System
type System.Type
docId string
return System