C# Class Commons.AndroidSchemaGen.Driver

Exibir arquivo Open project: atsushieno/monodroid-schema-gen

Public Methods

Method Description
Main ( string args ) : void
Run ( string args ) : void

Private Methods

Method Description
AddAnnotation ( XmlSchemaAnnotated a, string text ) : void
AddAnnotation ( XmlSchemaAnnotation a, string text ) : void
CreateAttributes ( string elem ) : IEnumerable
IsDirectViewManagerImplementor ( Type type ) : bool
IsView ( Type type ) : bool
IsViewManager ( Type type ) : bool
LoadXml ( ) : void
StripGenericName ( Type type ) : string

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Run() public method

public Run ( string args ) : void
args string
return void