C# 클래스 Stetic.ItemDescriptor

파일 보기 프로젝트 열기: mono/stetic

보호된 프로퍼티들

프로퍼티 타입 설명
targetGtkVersion string

공개 메소드들

메소드 설명
EnabledFor ( object obj ) : bool
SupportsGtkVersion ( string targetVersion ) : bool
VisibleFor ( object obj ) : bool

보호된 메소드들

메소드 설명
ItemDescriptor ( ) : System
ItemDescriptor ( XmlElement elem, Stetic.ItemGroup group, ClassDescriptor klass ) : System

비공개 메소드들

메소드 설명
AddSubprops ( XmlNodeList nodes, Stetic.ItemGroup group, ClassDescriptor klass ) : ArrayList

메소드 상세

EnabledFor() 공개 메소드

public EnabledFor ( object obj ) : bool
obj object
리턴 bool

ItemDescriptor() 보호된 메소드

protected ItemDescriptor ( ) : System
리턴 System

ItemDescriptor() 보호된 메소드

protected ItemDescriptor ( XmlElement elem, Stetic.ItemGroup group, ClassDescriptor klass ) : System
elem System.Xml.XmlElement
group Stetic.ItemGroup
klass ClassDescriptor
리턴 System

SupportsGtkVersion() 공개 메소드

public SupportsGtkVersion ( string targetVersion ) : bool
targetVersion string
리턴 bool

VisibleFor() 공개 메소드

public VisibleFor ( object obj ) : bool
obj object
리턴 bool

프로퍼티 상세

targetGtkVersion 보호되어 있는 프로퍼티

protected string targetGtkVersion
리턴 string