C# Class Smartmobili.Cocoa.NSNibConnector

Inheritance: NSObject, NSCoding2
Mostra file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_dst id
_src id
_tag NSString

Public Methods

Method Description
Alloc ( ) : NSNibConnector
EncodeWithCoder ( NSCoder aCoder ) : void
EstablishConnection ( ) : void
InitWithCoder ( NSCoder aDecoder ) : id
NSNibConnector ( ) : System
ReplaceObject ( id anObject, id anotherObject ) : void

Method Details

Alloc() public static method

public static Alloc ( ) : NSNibConnector
return NSNibConnector

EncodeWithCoder() public method

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
return void

EstablishConnection() public method

public EstablishConnection ( ) : void
return void

InitWithCoder() public method

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
return id

NSNibConnector() public method

public NSNibConnector ( ) : System
return System

ReplaceObject() public method

public ReplaceObject ( id anObject, id anotherObject ) : void
anObject id
anotherObject id
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_dst protected_oe property

protected id,Smartmobili.Cocoa _dst
return id

_src protected_oe property

protected id,Smartmobili.Cocoa _src
return id

_tag protected_oe property

protected NSString _tag
return NSString