C# 클래스 Monobjc.Tools.InterfaceBuilder.IBPartialClassDescription

This subclass of IBArray is used to carry the class description: the class name, the super class name, the outlets and the actions.

A class can be described by zero or more IBPartialClassDescription (from the IB file, from a header file, etc).

상속: IBArray, IIBClassDescriptor
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IIBVisitor visitor ) : void

Accepts the specified visitor.

Finish ( IIBReferenceResolver resolver ) : void

Finishes the population of this instance.

IBPartialClassDescription ( String>.IDictionary attributes ) : System

Initializes a new instance of the IBPartialClassDescription class.

비공개 메소드들

메소드 설명
CollectActions ( IIBReferenceResolver resolver ) : void
CollectOutlets ( IIBReferenceResolver resolver ) : void

메소드 상세

Accept() 공개 메소드

Accepts the specified visitor.
public Accept ( IIBVisitor visitor ) : void
visitor IIBVisitor The visitor.
리턴 void

Finish() 공개 메소드

Finishes the population of this instance.
public Finish ( IIBReferenceResolver resolver ) : void
resolver IIBReferenceResolver
리턴 void

IBPartialClassDescription() 공개 메소드

Initializes a new instance of the IBPartialClassDescription class.
public IBPartialClassDescription ( String>.IDictionary attributes ) : System
attributes String>.IDictionary The attributes.
리턴 System