C# Class FileGenerator.MagickScript.ExecuteCodeGenerator

Inheritance: SwitchCodeGenerator
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes protégées

Méthode Description
WriteCase ( string name ) : void
WriteCode ( ) : void
WriteGetValue ( PropertyInfo property ) : void
WriteSet ( PropertyInfo property ) : void

Private Methods

Méthode Description
HasParameters ( MemberInfo memberInfo ) : bool
HasParameters ( MethodBase methods ) : bool
IsStatic ( MethodBase methods ) : bool
WriteExecute ( ) : void
WriteExecute ( MethodBase methods ) : void
WriteExecute ( PropertyInfo property ) : void

Method Details

WriteCase() protected final méthode

protected final WriteCase ( string name ) : void
name string
Résultat void

WriteCode() protected méthode

protected WriteCode ( ) : void
Résultat void

WriteGetValue() protected méthode

protected WriteGetValue ( PropertyInfo property ) : void
property PropertyInfo
Résultat void

WriteSet() protected abstract méthode

protected abstract WriteSet ( PropertyInfo property ) : void
property PropertyInfo
Résultat void