C# Class Commons.AndroidSchemaGen.Driver

Afficher le fichier Open project: atsushieno/monodroid-schema-gen

Méthodes publiques

Méthode Description
Main ( string args ) : void
Run ( string args ) : void

Private Methods

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

public static Main ( string args ) : void
args string
Résultat void

Run() public méthode

public Run ( string args ) : void
args string
Résultat void