C# Class Stetic.ItemDescriptor

Afficher le fichier Open project: mono/stetic

Protected Properties

Свойство Type Description
targetGtkVersion string

Méthodes publiques

Méthode Description
EnabledFor ( object obj ) : bool
SupportsGtkVersion ( string targetVersion ) : bool
VisibleFor ( object obj ) : bool

Méthodes protégées

Méthode Description
ItemDescriptor ( ) : System
ItemDescriptor ( XmlElement elem, Stetic.ItemGroup group, ClassDescriptor klass ) : System

Private Methods

Méthode Description
AddSubprops ( XmlNodeList nodes, Stetic.ItemGroup group, ClassDescriptor klass ) : ArrayList

Method Details

EnabledFor() public méthode

public EnabledFor ( object obj ) : bool
obj object
Résultat bool

ItemDescriptor() protected méthode

protected ItemDescriptor ( ) : System
Résultat System

ItemDescriptor() protected méthode

protected ItemDescriptor ( XmlElement elem, Stetic.ItemGroup group, ClassDescriptor klass ) : System
elem System.Xml.XmlElement
group Stetic.ItemGroup
klass ClassDescriptor
Résultat System

SupportsGtkVersion() public méthode

public SupportsGtkVersion ( string targetVersion ) : bool
targetVersion string
Résultat bool

VisibleFor() public méthode

public VisibleFor ( object obj ) : bool
obj object
Résultat bool

Property Details

targetGtkVersion protected_oe property

protected string targetGtkVersion
Résultat string