C# 클래스 Smartmobili.Cocoa.NSNibConnector

상속: NSObject, NSCoding2
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_dst id
_src id
_tag NSString

공개 메소드들

메소드 설명
Alloc ( ) : NSNibConnector
EncodeWithCoder ( NSCoder aCoder ) : void
EstablishConnection ( ) : void
InitWithCoder ( NSCoder aDecoder ) : id
NSNibConnector ( ) : System
ReplaceObject ( id anObject, id anotherObject ) : void

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSNibConnector
리턴 NSNibConnector

EncodeWithCoder() 공개 메소드

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
리턴 void

EstablishConnection() 공개 메소드

public EstablishConnection ( ) : void
리턴 void

InitWithCoder() 공개 메소드

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
리턴 id

NSNibConnector() 공개 메소드

public NSNibConnector ( ) : System
리턴 System

ReplaceObject() 공개 메소드

public ReplaceObject ( id anObject, id anotherObject ) : void
anObject id
anotherObject id
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_dst 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _dst
리턴 id

_src 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _src
리턴 id

_tag 보호되어 있는 프로퍼티

protected NSString _tag
리턴 NSString