C# Class Smartmobili.Cocoa.NSNibConnector

Inheritance: NSObject, NSCoding2
Afficher le fichier Open project: smartmobili/CocoaBuilder

Méthodes publiques

Свойство Type Description
Class Class

Protected Properties

Свойство Type Description
_dst id
_src id
_tag NSString

Méthodes publiques

Méthode 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 méthode

public static Alloc ( ) : NSNibConnector
Résultat NSNibConnector

EncodeWithCoder() public méthode

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
Résultat void

EstablishConnection() public méthode

public EstablishConnection ( ) : void
Résultat void

InitWithCoder() public méthode

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
Résultat id

NSNibConnector() public méthode

public NSNibConnector ( ) : System
Résultat System

ReplaceObject() public méthode

public ReplaceObject ( id anObject, id anotherObject ) : void
anObject id
anotherObject id
Résultat void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class

_dst protected_oe property

protected id,Smartmobili.Cocoa _dst
Résultat id

_src protected_oe property

protected id,Smartmobili.Cocoa _src
Résultat id

_tag protected_oe property

protected NSString _tag
Résultat NSString