C# Class Smartmobili.Cocoa.NSObjectDecoder

Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

Méthode Description
ContainsValueForKey ( NSString keyName ) : bool
Create ( System.Xml.Linq.XElement xCurrentElement = null ) : object
DecodeBoolForKey ( string keyName ) : bool
DecodeIntForKey ( string keyName ) : int
DecodeObjectForKey ( string keyName ) : id
DecodePointForKey ( string keyName ) : NSPoint
DecodeRectForKey ( string keyName ) : NSRect
DecodeSizeForKey ( string keyName ) : NSSize
DecodeValueOfObjCType ( string valueType, object &data ) : void
NSObjectDecoder ( ) : System
NSObjectDecoder ( IBDocument ibDocument, System.Xml.Linq.XElement xElement ) : System
ResolveReference ( object instance, string propertyName, System.Xml.Linq.XElement xElement ) : object

Private Methods

Méthode Description
CreateDictionary ( System.Xml.Linq.XElement xElement ) : void
CreateFromClassName ( System.Xml.Linq.XElement xElement, string attrClass ) : object

Method Details

ContainsValueForKey() public méthode

public ContainsValueForKey ( NSString keyName ) : bool
keyName NSString
Résultat bool

Create() public méthode

public Create ( System.Xml.Linq.XElement xCurrentElement = null ) : object
xCurrentElement System.Xml.Linq.XElement
Résultat object

DecodeBoolForKey() public méthode

public DecodeBoolForKey ( string keyName ) : bool
keyName string
Résultat bool

DecodeIntForKey() public méthode

public DecodeIntForKey ( string keyName ) : int
keyName string
Résultat int

DecodeObjectForKey() public méthode

public DecodeObjectForKey ( string keyName ) : id
keyName string
Résultat id

DecodePointForKey() public méthode

public DecodePointForKey ( string keyName ) : NSPoint
keyName string
Résultat NSPoint

DecodeRectForKey() public méthode

public DecodeRectForKey ( string keyName ) : NSRect
keyName string
Résultat NSRect

DecodeSizeForKey() public méthode

public DecodeSizeForKey ( string keyName ) : NSSize
keyName string
Résultat NSSize

DecodeValueOfObjCType() public méthode

public DecodeValueOfObjCType ( string valueType, object &data ) : void
valueType string
data object
Résultat void

NSObjectDecoder() public méthode

public NSObjectDecoder ( ) : System
Résultat System

NSObjectDecoder() public méthode

public NSObjectDecoder ( IBDocument ibDocument, System.Xml.Linq.XElement xElement ) : System
ibDocument IBDocument
xElement System.Xml.Linq.XElement
Résultat System

ResolveReference() public méthode

public ResolveReference ( object instance, string propertyName, System.Xml.Linq.XElement xElement ) : object
instance object
propertyName string
xElement System.Xml.Linq.XElement
Résultat object